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
d855a08237
commit
57a96e6fdf
1 changed files with 5 additions and 6 deletions
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
@ -22,11 +22,10 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} post {
|
} post {
|
||||||
success {
|
failure {
|
||||||
mail to:"firassawan@icloud.com", subject:"SUCCESS: ${currentBuild.fullDisplayName}", body: "Yay, we passed."
|
mail to: 'firassawan@icloud.com',
|
||||||
}
|
subject: "Failed Pipeline: ${currentBuild.fullDisplayName}",
|
||||||
failure {
|
body: "Something is wrong with ${env.BUILD_URL}"
|
||||||
mail to:"firassawan@icloud.com", subject:"FAILURE: ${currentBuild.fullDisplayName}", body: "Boo, we failed."
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue