From 8fdafec56f53eaf5204f8846aebf8a8947fe4051 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Wed, 24 Aug 2016 17:23:27 -0400 Subject: [PATCH] Getting rid of email for now --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8428cbc..d6da787 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,6 +70,5 @@ def handleError(String message){ echo "${message}" currentBuild.setResult("FAILED") slackSend color: 'danger', message: "${message}" - step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "$email-error-id", sendToIndividuals: true]) sh 'exit 1' }