We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a8c15 commit b5cecbeCopy full SHA for b5cecbe
JenkinsfileSepBatch2022
@@ -69,7 +69,7 @@ def sendslacknotifications(String buildStatus = 'STARTED') {
69
}
70
71
// Send notifications
72
- slackSend (color: colorCode, message: summary)
+ slackSend (color: colorCode, message: summary, channel: "#walmart")
73
74
75
0 commit comments