diff --git a/Jenkinsfile b/Jenkinsfile
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,6 @@
 node('rust') {
     stage('Checkout') {
-        git 'https://devcentral.nasqueron.org/source/limiting-factor.git'
+        git 'https://devcentral.nasqueron.org/source/limiting-factor.git', branch: 'main'
     }
 
     try {