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