Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision e8a22a77f64fbee279c3debe83c7ae1e5690a825)
+++ Jenkinsfile	(revision ed091cd766b927eacd18109608cfacc9d0905b53)
@@ -16,8 +16,8 @@
 		sh 'make maintainer-clean > /dev/null'
 		sh 'CC=gcc-4.9 CXX=g++-4.9 ./configure > /dev/null'
-		sh 'dfsdfs make -j 8'
+		sh 'make -j 8'
 		email("SUCCESS")
 	} catch (Exception e) {
-		email("SUCCESS")
+		email("FAILURE")
 		throw e;
 	}
@@ -30,12 +30,10 @@
 
 	def email_subject = "[${project_name} git] - branch ${env.BRANCH_NAME} - Build # ${env.BUILD_NUMBER} - ${status}!"
-	def email_body = """This is an automated email from the Jenkins build machine. It was
+	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
-	       via  GIT_COMMIT (commit)
-	      from  GIT_PREVIOUS_COMMIT (commit)
+	The branch ${env.BRANCH_NAME} has been updated.
 
 	Those revisions listed above that are new to this repository have
