Update Jenkinsfile

This commit is contained in:
Joe Green 2017-10-16 14:13:20 +01:00 committed by GitHub
parent ce2238c5d8
commit acc0193211

View file

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