Unverified Commit b8da85da authored by Keshav Prasad's avatar Keshav Prasad Committed by GitHub
Browse files

fix: debug

Showing with 5 additions and 4 deletions
+5 -4
......@@ -30,10 +30,11 @@ def call() {
}
if(env.GLOBAL_EMAIL_GROUP != null)
step([$class: 'Mailer',
notifyEveryUnstableBuild: true,
recipients: "${env.GLOBAL_EMAIL_GROUP}",
sendToIndividuals: true])
// step([$class: 'Mailer',
// notifyEveryUnstableBuild: true,
// recipients: "${env.GLOBAL_EMAIL_GROUP}",
// sendToIndividuals: true])
emailext to: env.GLOBAL_EMAIL_GROUP
else
println ANSI_YELLOW + ANSI_BOLD + "Could not find global email group variable. Skipping email notification.." + ANSI_NORMAL
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment