only alert on master

This commit is contained in:
Joe Green 2017-10-12 16:53:31 +01:00 committed by GitHub
parent 3954ecf85e
commit d387f979bc

View file

@ -75,6 +75,10 @@ pipeline {
post {
failure {
when {
branch 'master'
}
mail(from: "${EMAIL_ALERT_FROM}",
to: "${EMAIL_ALERT_TO}",
subject: "Jenkins build failed: ${JOB_NAME}:${BUILD_NUMBER}",