Skip to content

Commit d29e631

Browse files
authored
enable slack notification
1 parent b883a06 commit d29e631

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ def notifySlack(status = 'started') {
138138
${status} after ${currentBuild.durationString - ' and counting'}"""
139139
}
140140

141-
// slackSend color: "${color}",
142-
// channel: "#nodejs-driver-dev-bots",
143-
// message: "${message}"
141+
slackSend color: "${color}",
142+
channel: "#nodejs-driver-dev-bots",
143+
message: "${message}"
144144
}
145145

146146
def describePerCommitStage() {

0 commit comments

Comments
 (0)