Index: Jenkins/FullBuild
===================================================================
--- Jenkins/FullBuild	(revision a563f01c3ceb54bc4af35b33358a029de6d5d30a)
+++ Jenkins/FullBuild	(revision e1097162a7a700071e7bf5b918904eb151ecd19f)
@@ -99,4 +99,6 @@
 	//attach the build log to the email
 	catch (Exception caughtError) {
+		echo('error caught')
+
 		//rethrow error later
 		err = caughtError
@@ -122,4 +124,6 @@
 //Email notification on a full build failure
 def promote_email(String status) {
+	echo('notifying users')
+
 	//Since tokenizer doesn't work, figure stuff out from the environnement variables and command line
 	//Configurations for email format
