mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35: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 {
|
post {
|
||||||
success {
|
success {
|
||||||
mail subject: 'your project is effective'
|
mail subject: 'your project is effective',
|
||||||
body: 'your project is effective'
|
body: 'your project is effective',
|
||||||
to: 'vinod@gmail.com'
|
to: 'vinod@gmail.com'
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
mail subject: 'your project is failure'
|
mail subject: 'your project is failure',
|
||||||
body: 'your project is defective'
|
body: 'your project is defective',
|
||||||
to: 'vinod@gmail.com'
|
to: 'vinod@gmail.com'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue