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') {
|
||||
steps {
|
||||
echo 'Deploy'
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
success {
|
||||
mail to: 'mnezam.31@gmail.com',
|
||||
|
@ -30,8 +33,5 @@ pipeline {
|
|||
subject: "Failed Pipeline}",
|
||||
body: "Something is wrong"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue