From d29e63156f7ca6e4597ad9a23302e47770408d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Fri, 17 Feb 2023 18:17:23 +0000 Subject: [PATCH] enable slack notification --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d20f336c..1a9dd072 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -138,9 +138,9 @@ def notifySlack(status = 'started') { ${status} after ${currentBuild.durationString - ' and counting'}""" } -// slackSend color: "${color}", -// channel: "#nodejs-driver-dev-bots", -// message: "${message}" + slackSend color: "${color}", + channel: "#nodejs-driver-dev-bots", + message: "${message}" } def describePerCommitStage() {