Index: Jenkins/FullBuild
===================================================================
--- Jenkins/FullBuild	(revision e1097162a7a700071e7bf5b918904eb151ecd19f)
+++ Jenkins/FullBuild	(revision 5ae36edb8f05aefbe904d8c601a8b572a86f160c)
@@ -105,8 +105,8 @@
 
 		//Store the result of the build log
-		currentBuild.result = "${status_prefix} FAILURE".trim()
+		currentBuild.result = 'FAILURE'
 
 		//Send email to notify the failure
-		promote_email(currentBuild.result)
+		promote_failure_email()
 	}
 
@@ -123,5 +123,5 @@
 
 //Email notification on a full build failure
-def promote_email(String status) {
+def promote_failure_email() {
 	echo('notifying users')
 
@@ -138,5 +138,5 @@
 - Status --------------------------------------------------------------
 
-PROMOTE FAILURE - ${status}
+PROMOTE FAILURE
 """
 
