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
18caccee27
commit
ceadb1609a
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -25,8 +25,8 @@ pipeline {
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
mail (
|
mail (
|
||||||
to: "mnezam.31@gmail.com"
|
to: "mnezam.31@gmail.com",
|
||||||
subject: "Success"
|
subject: "Success",
|
||||||
body: "Build successful"
|
body: "Build successful"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue