Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 545ef596525185351bc3df14e55206f9fc1f7cec)
+++ Jenkinsfile	(revision 4b5857f29af8ca2fba7212476436be73f8de9118)
@@ -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'
