Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision d83666cf8070765f5ba036ce3e7b7bdd98b3534b)
+++ Jenkinsfile	(revision e6ab9947e0ca6b8037674fa5feccfe0c727174e6)
@@ -158,4 +158,9 @@
 	do_sendemail	= ! (pSilent == 'true')
 
+	collect_git_info()
+
+	def full = do_alltests ? " (Full)" : ""
+	currentBuild.description = "Cforall ${gitRefName} ${compiler.cc_name}:${arch_name}${full}"
+
 	echo """Compiler 	      : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc})
 Architecture            : ${arch_name}
@@ -168,8 +173,5 @@
 """
 
-	collect_git_info()
-
-	def full = do_alltests ? " (Full)" : ""
-	currentBuild.description = "Cforall ${gitRefName} ${compiler.cc_name}:${arch_name}${full}"
+	echo gitChangelog returnType: 'STRING'
 }
 
