mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 23:35:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
c4d9c11fca
commit
cf2fe6f871
1 changed files with 2 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -26,14 +26,12 @@ pipeline {
|
||||||
success {
|
success {
|
||||||
mail to: 'firassawan@icloud.com',
|
mail to: 'firassawan@icloud.com',
|
||||||
subject: "Succeeded Pipeline: ${currentBuild.fullDisplayName}",
|
subject: "Succeeded Pipeline: ${currentBuild.fullDisplayName}",
|
||||||
body: "Email Notification: The build has successfully completed
|
body: "Email Notification: The build has successfully completed ${env.BUILD_URL}"
|
||||||
${env.BUILD_URL}"
|
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
mail to: 'firassawan@icloud.com',
|
mail to: 'firassawan@icloud.com',
|
||||||
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
|
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
|
||||||
body: "Email Notification: The build has not completed successfully
|
body: "Email Notification: The build has not completed successfully ${env.BUILD_URL}"
|
||||||
${env.BUILD_URL}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue