Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision e50db109d71f2d05534388d73f26a49091a8ff14)
+++ Jenkinsfile	(revision 3151e3bcc3a82641b2de9b1639f7b0216945a486)
@@ -9,5 +9,5 @@
 		def install_dir = pwd tmp: true
 		//checkout the source code and clean the repo
-		checkout([$class: 'GitSCM', branches: [[name: "*/${env.BRANCH_NAME}"]], userRemoteConfigs: [[url: 'cforall@plg.uwaterloo.ca:software/cfa/cfa-cc']]])
+		checkout scm
 
 		//Clean all temporary files to make sure no artifacts of the previous build remain
@@ -194,4 +194,5 @@
 //===========================================================================================================
 def notify_result(boolean promote, Exception err, String status, boolean log) {
+	echo 'Build completed, sending result notification'
 	if(promote)	{
 		if( err ) {
