Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 77f347d1c8509dbee8624f8d6d908e6b8338ca40)
+++ Jenkinsfile	(revision 848fb00c13cf7ce84a46e5fd2d8d6e7d9c12b18a)
@@ -76,13 +76,13 @@
 	def project_name = (env.JOB_NAME =~ /(.+)\/.+/)[0][1].toLowerCase()
 
-	def email_subject = "[${project_name} git] UNNAMED PROJECT branch ${env.BRANCH_NAME} - Build # ${env.BUILD_NUMBER} - ${status}!"
-	def email_body = """	This is an automated email from the Jenkins build machine. It was
-	generated because of a git hooks/post-receive script following
-	a ref change was pushed to the repository containing
-	the project "UNNAMED PROJECT".
+	def email_subject = "[${project_name} git][BUILD - ${status}!]Build # ${env.BUILD_NUMBER} - ${env.BRANCH_NAME}"
+	def email_body = """This is an automated email from the Jenkins build machine. It was
+generated because of a git hooks/post-receive script following
+a ref change was pushed to the repository containing
+the project "UNNAMED PROJECT".
 
-	The branch ${env.BRANCH_NAME} has been updated.
+The branch ${env.BRANCH_NAME} has been updated.
 
-	Check console output at ${env.BUILD_URL} to view the results."""
+Check console output at ${env.BUILD_URL} to view the results."""
 
 	// def config = new File('/u/cforall/software/cfa/cfa-cc/config').text
