Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 5c45fec81248cf209087dd30c2283eb92c21bc2b)
+++ Jenkinsfile	(revision 89427de681c0af24fea084baa058d26d6cba4cf2)
@@ -166,12 +166,12 @@
 		this.DescShort = "${ this.Compiler.cc_name }:${ this.Architecture.name }${full}"
 
-		this.DescLong """Compiler 	         : ${ this.Compiler.cc_name } (${ this.Compiler.cpp_cc }/${ this.Compiler.cfa_cc })
+		this.DescLong = """Compiler 	         : ${ this.Compiler.cc_name } (${ this.Compiler.cpp_cc }/${ this.Compiler.cfa_cc })
 Architecture            : ${ this.Architecture.name }
 Arc Flags               : ${ this.Architecture.flags }
-Run All Tests           : ${ this.RunAllTests }
-Run Benchmark           : ${ this.RunBenchmark }
-Build Documentation     : ${ this.BuildDocumentation }
-Publish                 : ${ this.Publish }
-Silent                  : ${ this.Silent }
+Run All Tests           : ${ this.RunAllTests.toString() }
+Run Benchmark           : ${ this.RunBenchmark.toString() }
+Build Documentation     : ${ this.BuildDocumentation.toString() }
+Publish                 : ${ this.Publish.toString() }
+Silent                  : ${ this.Silent.toString() }
 """
 	}
