mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
replace
This commit is contained in:
parent
37a87e0294
commit
0c57034092
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -31,13 +31,13 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
success {
|
||||
mail subject: 'your project is effective'
|
||||
body: 'your project is effective'
|
||||
mail subject: 'your project is effective',
|
||||
body: 'your project is effective',
|
||||
to: 'vinod@gmail.com'
|
||||
}
|
||||
failure {
|
||||
mail subject: 'your project is failure'
|
||||
body: 'your project is defective'
|
||||
mail subject: 'your project is failure',
|
||||
body: 'your project is defective',
|
||||
to: 'vinod@gmail.com'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue