Index: Jenkins/Distribute
===================================================================
--- Jenkins/Distribute	(revision c3d3c229d22ff53e5478072beb36a6885089adde)
+++ Jenkins/Distribute	(revision d29a39495bf6a6c63083ef54b55dbecee31a1377)
@@ -26,5 +26,5 @@
 		wrap([$class: 'TimestamperBuildWrapper']) {
 
-			gitref = prepare_build()
+			final commit = prepare_build()
 
 			node('x64') {
@@ -34,5 +34,5 @@
 				Tools.clean()
 
-				Tools.checkout(gitref)
+				Tools.checkout( commit )
 			}
 
