diff --git a/Jenkinsfile b/Jenkinsfile index 625e8c680..b6d804083 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}"