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