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

fix: typos and braces syntax

Showing with 5 additions and 6 deletions
+5 -6
......@@ -32,13 +32,12 @@ def call(String buildStatus) {
}
if(env.GLOBAL_EMAIL_GROUP != null)
email_group = evaluate "$email_group_name"
step([$class: 'Mailer',
notifyEveryUnstableBuild: true,
recipients: email_group,
sendToIndividuals: true])
step([$class: 'Mailer',
notifyEveryUnstableBuild: true,
recipients: email_group,
sendToIndividuals: true])
else
println ANSI_YELLOW + ANSI_BOLD + "Could not find golbal email group variable. Skipping email notification.." + ANSI_NORMAL
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