fixing jenkinsfile

Change-Id: I0fdc50924a36f6b8a6cb046a672dee4a5f51c5b1
diff --git a/Jenkinsfile b/Jenkinsfile
index e79bb49..29887de 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -89,7 +89,6 @@
             }
 
             currentBuild.result = 'SUCCESS'
-            step([$class: 'Mailer', recipients: 'cord-dev@opencord.org', sendToIndividuals: false])
         } catch (err) {
             currentBuild.result = 'FAILURE'
             step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'cord-dev@opencord.org', sendToIndividuals: false])