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
832dcf31fd
commit
54ca24cf40
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -1,3 +1,4 @@
|
|||
|
||||
def targetMail = "jenkinsautomationuser@gmail.com"
|
||||
def emailDevOps(targetMail, msg) {
|
||||
emailext body: "${msg}\nplease look into the build: ${BUILD_URL}", subject: "${currentBuild.result}: ${BUILD_TAG}", to: "${targetMail}"
|
||||
|
|
Loading…
Reference in a new issue