Skip to content

Commit

Permalink
Post to #deploys instead of #ops (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf authored May 24, 2021
1 parent 7a5cb26 commit 4b9909e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pipeline {
slackSend (
color: '#00FF00',
message: "SUCCESSFUL: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})",
channel: "#ops"
channel: "#deploys"
)
}
}
Expand All @@ -62,7 +62,7 @@ pipeline {
slackSend (
color: '#FF0000',
message: "FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})",
channel: "#ops"
channel: "#deploys"
)
}
}
Expand Down

0 comments on commit 4b9909e

Please sign in to comment.