mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
d855a08237
commit
57a96e6fdf
1 changed files with 5 additions and 6 deletions
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
@ -22,11 +22,10 @@ pipeline {
|
|||
}
|
||||
}
|
||||
} post {
|
||||
success {
|
||||
mail to:"firassawan@icloud.com", subject:"SUCCESS: ${currentBuild.fullDisplayName}", body: "Yay, we passed."
|
||||
}
|
||||
failure {
|
||||
mail to:"firassawan@icloud.com", subject:"FAILURE: ${currentBuild.fullDisplayName}", body: "Boo, we failed."
|
||||
}
|
||||
failure {
|
||||
mail to: 'firassawan@icloud.com',
|
||||
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
|
||||
body: "Something is wrong with ${env.BUILD_URL}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue