Skip to content

Commit

Permalink
Merge pull request #9688 from vegaprotocol/ci-print-more-colors-in-slack
Browse files Browse the repository at this point in the history
ci: print messages in more colours on Slack at the end of Jenkins pipeline
  • Loading branch information
jeremyletang authored Oct 6, 2023
2 parents a2bd0d4 + 112736c commit cb2153c
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -428,21 +428,12 @@ pipeline {
//
}
post {
success {
retry(3) {
script {
slack.slackSendCISuccess name: 'Vega Core CI', channel: '#tradingcore-notify'
}
}
}
unsuccessful {
always {
retry(3) {
script {
slack.slackSendCIFailure name: 'Vega Core CI', channel: '#tradingcore-notify'
slack.slackSendCIStatus name: 'Vega Core CI', channel: '#tradingcore-notify'
}
}
}
always {
cleanWs()
}
}
Expand Down

0 comments on commit cb2153c

Please sign in to comment.