mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 14:55:51 +00:00
Update Jenkinsfile
This commit is contained in:
parent
5f8b68e9fa
commit
c93e55913f
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -26,14 +26,14 @@ pipeline {
|
|||
success {
|
||||
mail (
|
||||
to: "mnezam.31@gmail.com",
|
||||
subject: "Successful Build",
|
||||
subject: "Successful Build ${currentBuild.fullDisplayName}",
|
||||
body: "Build successful with the following ${env.BUILD_URL}"
|
||||
)
|
||||
}
|
||||
failure {
|
||||
mail (
|
||||
to: "mnezam.31@gmail.com",
|
||||
subject: "Build Failure",
|
||||
subject: "Build Failure ${currentBuild.fullDisplayName}",
|
||||
body: "Build Failure has occured with the following ${env.BUILD_URL}"
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue