Update Jenkinsfile

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

3
Jenkinsfile vendored
View file

@ -21,7 +21,8 @@ pipeline {
sh './mvnw package'
}
}
} post {
}
post {
failure {
mail to: 'firassawan@icloud.com',
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",