Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 371fd1b8abc914d60cbc68c5ece890b7b421e2de)
+++ Jenkinsfile	(revision 94d40c569736985f5f79615fc8ee6df19fe7bc8e)
@@ -5,4 +5,5 @@
 //Compilation script is done here but environnement set-up and error handling is done in main loop
 def cfa_build() {
+	echo 'starting cfa build'
 	build_stage 'Checkout'
 		def install_dir = pwd tmp: true
@@ -75,4 +76,6 @@
 				//Compile using gcc-4.9
 				currentCC = ['gcc-4.9', 'g++-4.9', 'gcc-4.9'] as CC_Desc
+				echo "Compiler: "
+				echo "${currentCC.cc_name} [CXX=${currentCC.cpp_cc}, CC=${currentCC.cfa_backend_cc}]"
 				cfa_build()
 
