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