Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision abc26975d64d5213c05650b63c01a35d1e613474)
+++ Jenkinsfile	(revision 2aaabbdc3dc15dac964e3c6530ddbe0277e050fb)
@@ -165,5 +165,5 @@
 //Routine responsible of sending the email notification once the build is completed
 //===========================================================================================================
-def promote_email(boolean promote, boolean success, String status, boolean log) {
+def notify_result(boolean promote, boolean success, String status, boolean log) {
 	if(promote)	{
 		if( !success ) {
