mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
added commas
This commit is contained in:
parent
91201a4b58
commit
745172cba8
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -25,13 +25,13 @@ pipeline{
|
|||
success{
|
||||
mail subject : 'Jenkins job of ${JOB_NAME} of build numer ${BUILD_ID} is passed',
|
||||
body : 'Click Here to see more details ${BUILD_URL}',
|
||||
from : 'jenkins@outlook.com'
|
||||
from : 'jenkins@outlook.com',
|
||||
to : 'abhishek16tiwary@gmail.com'
|
||||
}
|
||||
failure{
|
||||
mail subject : 'Jenkins job of ${JOB_NAME} of build numer ${BUILD_ID} is Failed',
|
||||
body : 'Click Here to see more details ${BUILD_URL}',
|
||||
from : 'jenkins@outlook.com'
|
||||
from : 'jenkins@outlook.com',
|
||||
to : 'abhishek16tiwary@gmail.com'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue