diff --git a/Jenkinsfile b/Jenkinsfile index 5860ca8..261eed1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 } @@ -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 }