Update Jenkinsfile

This commit is contained in:
Joe Green
2017-10-16 14:11:57 +01:00
committed by GitHub
parent 225b265e34
commit 84ff55cf14

View File

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