Skip to content

Commit

Permalink
Getting rid of email for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 24, 2016
1 parent 9f23714 commit 8fdafec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 8fdafec

Please sign in to comment.