Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision cb64fd6a437ca9d7095a046bfde056b2bcf9607d)
+++ Jenkinsfile	(revision e50db109d71f2d05534388d73f26a49091a8ff14)
@@ -9,5 +9,5 @@
 		def install_dir = pwd tmp: true
 		//checkout the source code and clean the repo
-		checkout scm
+		checkout([$class: 'GitSCM', branches: [[name: "*/${env.BRANCH_NAME}"]], userRemoteConfigs: [[url: 'cforall@plg.uwaterloo.ca:software/cfa/cfa-cc']]])
 
 		//Clean all temporary files to make sure no artifacts of the previous build remain
