Update Jenkinsfile

This commit is contained in:
BrahmanapallyNagaraju 2020-04-14 00:19:40 +05:30 committed by GitHub
parent 832dcf31fd
commit 54ca24cf40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -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}"