mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
0e5b76b38b
commit
4923c84638
1 changed files with 4 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -19,6 +19,9 @@ 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',
|
||||||
|
@ -31,7 +34,4 @@ pipeline {
|
||||||
body: "Something is wrong"
|
body: "Something is wrong"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue