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