Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 71b7843ad1773742c441c0e22d250b05f3460838)
+++ Jenkinsfile	(revision c78e410f005f69c41e24b61cf1f798a90b015dee)
@@ -1,5 +1,5 @@
 
 
-//clean the repo and checkout the source code
+//checkout the source code and clean the repo
 stage 'Checkout'
 node {
@@ -13,5 +13,5 @@
 	//configure the conpilation
 	try {
-		sh 'make maintainer-clean > /dev/null'
+		sh 'make clean > /dev/null'
 		sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure > /dev/null'
 		sh 'make -j 8'
