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
c4d9c11fca
commit
cf2fe6f871
1 changed files with 2 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -26,14 +26,12 @@ pipeline {
|
|||
success {
|
||||
mail to: 'firassawan@icloud.com',
|
||||
subject: "Succeeded Pipeline: ${currentBuild.fullDisplayName}",
|
||||
body: "Email Notification: The build has successfully completed
|
||||
${env.BUILD_URL}"
|
||||
body: "Email Notification: The build has successfully completed ${env.BUILD_URL}"
|
||||
}
|
||||
failure {
|
||||
mail to: 'firassawan@icloud.com',
|
||||
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
|
||||
body: "Email Notification: The build has not completed successfully
|
||||
${env.BUILD_URL}"
|
||||
body: "Email Notification: The build has not completed successfully ${env.BUILD_URL}"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue