mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
2a209362aa
commit
d45839c6e6
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -24,7 +24,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
emailext mail to: 'mnezam.31@gmail.com',
|
emailext 'mnezam.31@gmail.com',
|
||||||
body: 'A Test EMail',
|
body: 'A Test EMail',
|
||||||
recipientProviders: [[$class: 'DevelopersRecipientProvider'],
|
recipientProviders: [[$class: 'DevelopersRecipientProvider'],
|
||||||
[$class: 'RequesterRecipientProvider']],
|
[$class: 'RequesterRecipientProvider']],
|
||||||
|
|
Loading…
Reference in a new issue