mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
added
This commit is contained in:
parent
9f8e09d02b
commit
4450841107
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -32,13 +32,13 @@ pipeline {
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
mail subject: 'your project is effective',
|
mail subject: '${JOB_NAME}:: has completed with success',
|
||||||
body: 'your project is effective',
|
body: 'your project is effective \n Build Url ${BUILD_URL',
|
||||||
to: 'vinod@gmail.com'
|
to: 'vinod@gmail.com'
|
||||||
}
|
}
|
||||||
failure {
|
failure {
|
||||||
mail subject: 'your project is failure',
|
mail subject: '${JOB_NAME}:: has completed with failed',
|
||||||
body: 'your project is defective',
|
body: 'your project is defective \n Build Url ${BUILD_URL',
|
||||||
to: 'vinod@gmail.com'
|
to: 'vinod@gmail.com'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue