diff --git a/Jenkinsfile b/Jenkinsfile index bbcd910..5860ca8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ 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: "${email_error_id}", sendToIndividuals: true]) + step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "mason.packard@levvel.io", sendToIndividuals: true]) throw err } @@ -80,7 +80,7 @@ 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: "${email_error_id}", sendToIndividuals: true]) + step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: "mason.packard@levvel.io", sendToIndividuals: true]) throw err }