mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15: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 {
|
||||
success {
|
||||
mail subject: 'your project is effective',
|
||||
body: 'your project is effective',
|
||||
mail subject: '${JOB_NAME}:: has completed with success',
|
||||
body: 'your project is effective \n Build Url ${BUILD_URL',
|
||||
to: 'vinod@gmail.com'
|
||||
}
|
||||
failure {
|
||||
mail subject: 'your project is failure',
|
||||
body: 'your project is defective',
|
||||
mail subject: '${JOB_NAME}:: has completed with failed',
|
||||
body: 'your project is defective \n Build Url ${BUILD_URL',
|
||||
to: 'vinod@gmail.com'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue