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 b883a06 commit d29e631Copy full SHA for d29e631
Jenkinsfile
@@ -138,9 +138,9 @@ def notifySlack(status = 'started') {
138
${status} after ${currentBuild.durationString - ' and counting'}"""
139
}
140
141
-// slackSend color: "${color}",
142
-// channel: "#nodejs-driver-dev-bots",
143
-// message: "${message}"
+ slackSend color: "${color}",
+ channel: "#nodejs-driver-dev-bots",
+ message: "${message}"
144
145
146
def describePerCommitStage() {
0 commit comments