mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Added double inverted commas
This commit is contained in:
parent
745172cba8
commit
5e5c68393f
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -23,14 +23,14 @@ pipeline{
|
||||||
}
|
}
|
||||||
post{
|
post{
|
||||||
success{
|
success{
|
||||||
mail subject : 'Jenkins job of ${JOB_NAME} of build numer ${BUILD_ID} is passed',
|
mail subject : "Jenkins job of ${JOB_NAME} of build numer ${BUILD_ID} is passed",
|
||||||
body : 'Click Here to see more details ${BUILD_URL}',
|
body : "Click Here to see more details ${BUILD_URL}",
|
||||||
from : 'jenkins@outlook.com',
|
from : 'jenkins@outlook.com',
|
||||||
to : 'abhishek16tiwary@gmail.com'
|
to : 'abhishek16tiwary@gmail.com'
|
||||||
}
|
}
|
||||||
failure{
|
failure{
|
||||||
mail subject : 'Jenkins job of ${JOB_NAME} of build numer ${BUILD_ID} is Failed',
|
mail subject : "Jenkins job of ${JOB_NAME} of build numer ${BUILD_ID} is Failed",
|
||||||
body : 'Click Here to see more details ${BUILD_URL}',
|
body : "Click Here to see more details ${BUILD_URL}",
|
||||||
from : 'jenkins@outlook.com',
|
from : 'jenkins@outlook.com',
|
||||||
to : 'abhishek16tiwary@gmail.com'
|
to : 'abhishek16tiwary@gmail.com'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue