Update Jenkinsfile

This commit is contained in:
Joe Green
2017-10-16 14:13:51 +01:00
committed by GitHub
parent eb35cab72d
commit 23f4f2175c

4
Jenkinsfile vendored
View File

@@ -83,10 +83,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}",