Skip to content

Commit

Permalink
Removing email for pipeline errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 24, 2016
1 parent 4354925 commit b7784d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ if (BRANCH_TEST=="shibboleth-production"){
currentBuild.result = "FAILURE"

slackSend color: 'danger', message: "BUILD ERROR: There was a problem with Shibboleth Appliance. ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL} |Open>) \n\n ${err}"
step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "mason.packard@levvel.io", sendToIndividuals: true])

throw err
}
Expand Down Expand Up @@ -80,7 +79,6 @@ if (BRANCH_TEST=="shibboleth-production"){
currentBuild.result = "FAILURE"

slackSend color: 'danger', message: "BUILD ERROR: There was a problem with Comanage Appliance. ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL} |Open>) \n\n ${err}"
step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "mason.packard@levvel.io", sendToIndividuals: true])

throw err
}
Expand Down

0 comments on commit b7784d8

Please sign in to comment.