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

fix: debug

Showing with 2 additions and 2 deletions
+2 -2
......@@ -12,8 +12,8 @@ def call() {
println mainDir
slack_channel = mainDir.toUpperCase() + "_NOTIFY_SLACK_CHANNEL"
println slack_channel
println env.slack_channel
if (env.slack_channel != null)
println "$slack_channel"
if (slack_channel != null)
slackSend(
channel: slack_channel,
color: 'danger',
......
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