Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 939fd39a0ce305db0cb7c682ac24c862d08f2066)
+++ Jenkinsfile	(revision b98313cc94333a53e6c4d11578278a910dc7678b)
@@ -86,10 +86,4 @@
 			deleteDir()
 		}
-
-		//Clean all temporary files to make sure no artifacts of the previous build remain
-		sh 'git clean -fdx'
-
-		//Reset the git repo so no local changes persist
-		sh 'git reset --hard'
 	}
 }
@@ -203,4 +197,6 @@
 //Standard build email notification
 def email(String status, boolean log, boolean bIsSandbox) {
+	echo "${currentBuild.changeSets}"
+
 	//Since tokenizer doesn't work, figure stuff out from the environnement variables and command line
 	//Configurations for email format
