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