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
98df0926cb
commit
0e5b76b38b
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -19,10 +19,7 @@ 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',
|
||||||
subject: "Successful Pipeline",
|
subject: "Successful Pipeline",
|
||||||
|
@ -34,4 +31,7 @@ pipeline {
|
||||||
body: "Something is wrong"
|
body: "Something is wrong"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue