Index: Jenkins/FullBuild
===================================================================
--- Jenkins/FullBuild	(revision 155cce0f0782736bc82b78fee0c0636e9a10ca21)
+++ Jenkins/FullBuild	(revision ef42e76497d6e6fcfd59a087431c58f391f2086a)
@@ -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
