Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 86f641b23d27d3429d1c7eda217a7c7dc4881f78)
+++ Jenkinsfile	(revision 37bf576bd4aaa482e6ba8088e06ed0ae5c28b8f4)
@@ -78,6 +78,6 @@
 		// timeout(30) {
 		//
-		// 	//Wrap build to add timestamp to command line
-		// 	wrap([$class: 'TimestamperBuildWrapper']) {
+			//Wrap build to add timestamp to command line
+			wrap([$class: 'TimestamperBuildWrapper']) {
 
 				//Compile using gcc-4.9
@@ -85,5 +85,5 @@
 				cfa_build()
 
-		// 	}
+			}
 		// }
 
