Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 91aa5abceb6e76ba04053c577ff0f443669ec410)
+++ 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', 		\
