Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 7ef1555e54d0a580488242d157b569ea667e99a5)
+++ Jenkinsfile	(revision 56a9ce6f0b53f89bd7c0a68f4523b94148bbf009)
@@ -10,5 +10,9 @@
 		//checkout the source code and clean the repo
 		checkout scm
+
+		//Clean all temporary files to make sure no artifacts of the previous build remain
 		sh 'git clean -fdqx'
+
+		//Reset the git repo so no local changes persist
 		sh 'git reset --hard'
 
