Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision e0549dbab72a67bf701950f5c9cbd57eafa875da)
+++ Jenkinsfile	(revision 1947795ad6f24008e092b00ddd0927545c4f4223)
@@ -25,5 +25,4 @@
 
 			Settings = prepare_build()
-			echo "${currentBuild.changeSets}"
 
 			clean()
@@ -95,4 +94,6 @@
 		//checkout the source code and clean the repo
 		checkout scm
+
+		echo "${currentBuild.changeSets}"
 	}
 }
