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
6e6c4af03c
commit
18caccee27
1 changed files with 5 additions and 5 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -24,10 +24,10 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always {
|
||||
emailext body: 'A Test EMail',
|
||||
recipientProviders: [[$class: 'DevelopersRecipientProvider'],
|
||||
[$class: 'RequesterRecipientProvider']],
|
||||
subject: 'Test'
|
||||
}
|
||||
mail (
|
||||
to: "mnezam.31@gmail.com"
|
||||
subject: "Success"
|
||||
body: "Build successful"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue