Update Jenkinsfile

This commit is contained in:
Firassawan 2020-03-09 17:36:59 -04:00 committed by GitHub
parent 4ed910231a
commit ead1cef1bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
Jenkinsfile vendored
View file

@ -22,11 +22,4 @@ pipeline {
}
}
}
post {
failure {
mail to: 'firassawan@icloud.com',
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
body: "Something is wrong with ${env.BUILD_URL}"
}
}
}