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
66e73058e8
commit
d855a08237
1 changed files with 7 additions and 0 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -21,5 +21,12 @@ pipeline {
|
|||
sh './mvnw package'
|
||||
}
|
||||
}
|
||||
} post {
|
||||
success {
|
||||
mail to:"firassawan@icloud.com", subject:"SUCCESS: ${currentBuild.fullDisplayName}", body: "Yay, we passed."
|
||||
}
|
||||
failure {
|
||||
mail to:"firassawan@icloud.com", subject:"FAILURE: ${currentBuild.fullDisplayName}", body: "Boo, we failed."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue