mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +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 {
|
success {
|
||||||
mail (
|
mail (
|
||||||
to: "mnezam.31@gmail.com",
|
to: "mnezam.31@gmail.com",
|
||||||
subject: "Successful Build",
|
subject: "Successful Build ${currentBuild.fullDisplayName}",
|
||||||
body: "Build successful with the following ${env.BUILD_URL}"
|
body: "Build successful with the following ${env.BUILD_URL}"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
mail (
|
mail (
|
||||||
to: "mnezam.31@gmail.com",
|
to: "mnezam.31@gmail.com",
|
||||||
subject: "Build Failure",
|
subject: "Build Failure ${currentBuild.fullDisplayName}",
|
||||||
body: "Build Failure has occured with the following ${env.BUILD_URL}"
|
body: "Build Failure has occured with the following ${env.BUILD_URL}"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue