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
e1b0511492
commit
e4fc61e2ff
1 changed files with 5 additions and 15 deletions
20
Jenkinsfile
vendored
20
Jenkinsfile
vendored
|
@ -8,21 +8,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
echo 'One way or another, I have finished'
|
||||
deleteDir() /* clean up our workspace */
|
||||
}
|
||||
success {
|
||||
echo 'I succeeeded!'
|
||||
}
|
||||
unstable {
|
||||
echo 'I am unstable :/'
|
||||
}
|
||||
failure {
|
||||
echo 'I failed :('
|
||||
}
|
||||
changed {
|
||||
echo 'Things were different before...'
|
||||
}
|
||||
mail to: 'firassawan@icloud.com',
|
||||
subject: "Succeeded Pipeline: ${currentBuild.fullDisplayName}",
|
||||
body: "Congrats ${env.BUILD_URL}"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue