Skip to content

Commit

Permalink
enable slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-r-reis authored Feb 17, 2023
1 parent b883a06 commit d29e631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d29e631

Please sign in to comment.