Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 25a5bbd753b2e3eb6f255ef1c16966d0d5d2da1f)
+++ Jenkinsfile	(revision f870757821537d5c80de37cdfb5211bf88f341bc)
@@ -51,5 +51,4 @@
 }
 
-
 //Global Variables defining the compiler and at which point in the build we are
 // These variables are used but can't be declared before hand because of wierd scripting rules
@@ -81,9 +80,9 @@
 
 	try {
-		echo """Properties-start
-ref name      : ${GitRefName}
-ref new value : ${GitRefNewValue}
-ref old value : ${GitRefOldValue}
-Properties-stop"""
+		echo "Properties-start"
+		echo "ref name      : ${GitRefName}"
+		echo "ref new value : ${GitRefNewValue}"
+		echo "ref old value : ${GitRefOldValue}"
+		echo "Properties-stop"
 
 		//Prevent the build from exceeding 30 minutes
