Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 3c6480b7368d9a06bf7eba78eea929236be05e5d)
+++ Jenkinsfile	(revision fe3d9ab65f765a2c27aedc1cd349ea1b36a59c86)
@@ -420,5 +420,7 @@
 		this.DescShort = "${ this.Compiler.name }:${ this.Architecture.name }${full}"
 
+		final ast = this.NewAST ? "New AST" : "Old AST"
 		this.DescLong = """Compiler 	         : ${ this.Compiler.name } (${ this.Compiler.CXX }/${ this.Compiler.CC })
+AST Version             : ${ this.RunAllTests.toString() }
 Architecture            : ${ this.Architecture.name }
 Arc Flags               : ${ this.Architecture.flags }
@@ -479,5 +481,5 @@
 					name: 'RunAllTests', 								\
 					defaultValue: false,  								\
-				],
+				], 												\
 				[$class: 'BooleanParameterDefinition',  						\
 					description: 'If true, jenkins also runs benchmarks', 		\
