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