mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
98df0926cb
commit
0e5b76b38b
1 changed files with 4 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -19,9 +19,6 @@ pipeline {
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Deploy'
|
echo 'Deploy'
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
mail to: 'mnezam.31@gmail.com',
|
mail to: 'mnezam.31@gmail.com',
|
||||||
|
@ -33,5 +30,8 @@ pipeline {
|
||||||
subject: "Failed Pipeline}",
|
subject: "Failed Pipeline}",
|
||||||
body: "Something is wrong"
|
body: "Something is wrong"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue