Update Jenkinsfile

This commit is contained in:
Joe Green 2017-10-16 14:07:49 +01:00 committed by GitHub
parent bff4469ad7
commit 67b13d2583

View file

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