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

fix: debug

Showing with 1 addition and 0 deletions
+1 -0
......@@ -12,6 +12,7 @@ def call() {
println mainDir
slack_channel = mainDir.toUpperCase() + "_NOTIFY_SLACK_CHANNEL"
println slack_channel
println env.slack_channel
if (env.slack_channel != null)
slackSend(
channel: slack_channel,
......
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