Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision e7305604aa1c941c83b0a994584488e6987b8e5b)
+++ Jenkinsfile	(revision aec9a67c172f848c5b3764e18d4608afc6b7712f)
@@ -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
