Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 4064107b748054663a4174b1d6f6bd30d54f304a)
+++ Jenkinsfile	(revision 371fd1b8abc914d60cbc68c5ece890b7b421e2de)
@@ -4,5 +4,5 @@
 //===========================================================================================================
 //Compilation script is done here but environnement set-up and error handling is done in main loop
-def build() {
+def cfa_build() {
 	build_stage 'Checkout'
 		def install_dir = pwd tmp: true
@@ -75,5 +75,5 @@
 				//Compile using gcc-4.9
 				currentCC = ['gcc-4.9', 'g++-4.9', 'gcc-4.9'] as CC_Desc
-				build()
+				cfa_build()
 
 		// 	}
