Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 545ef596525185351bc3df14e55206f9fc1f7cec)
+++ Jenkinsfile	(revision 245510f0a88c71b3f32e00d3269aee2caf927998)
@@ -22,5 +22,5 @@
 
 		//Compile the project
-		sh 'make -j 8 V=0 install'
+		sh 'make -j 8 --no-print-directory V=0 install'
 
 	build_stage 'Test'
