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