Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision e7305604aa1c941c83b0a994584488e6987b8e5b)
+++ Jenkinsfile	(revision e01bfbcfdafdd2ca974dbd0cd8a6c22f62609103)
@@ -52,6 +52,7 @@
 
 //Global Variables defining the compiler and at which point in the build we are
-def currentCC
-def status_prefix
+// These variables are used but can't be declared before hand because of wierd scripting rules
+// @Field String currentCC
+// @Field String status_prefix
 
 //Wrapper to sync stage name and status name
