Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 8a7db7c0e27b40c5c388943502353c5fd31f6a69)
+++ Jenkinsfile	(revision f9fa306f2155a870a524cc0a354eee92964debb4)
@@ -194,8 +194,8 @@
 
 		//Write the commit id to Benchmark
-		writeFile  file: 'bench.csv', text:'data=' + env.CHANGE_ID + ',' 
+		writeFile  file: 'bench.csv', text:'data=' + gitRefNewValue + ',' 
  
 		//Append bench results
-		sh 'make -C src/benchmark csv-data >> bench.csv'
+		sh 'make -C src/benchmark --no-print-directory csv-data >> bench.csv'
 
 		//Then publish the results
