Skip to content

Commit

Permalink
jenkins: delete slack
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Oct 25, 2020
1 parent ce4b101 commit bd914c3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,7 @@ stages {

//----------------------------------------------------------
post {
changed {
slackSend channel: '#slate_ci',
color: 'good',
message: "${currentBuild.fullDisplayName} >> ${STAGE_NAME} >> ${maker} ${host} changed (<${env.BUILD_URL}|Open>)"
}
unstable {
slackSend channel: '#slate_ci',
color: 'warning',
message: "${currentBuild.fullDisplayName} >> ${STAGE_NAME} >> ${maker} ${host} unstable (<${env.BUILD_URL}|Open>)"
}
failure {
slackSend channel: '#slate_ci',
color: 'danger',
message: "${currentBuild.fullDisplayName} >> ${STAGE_NAME} >> ${maker} ${host} failed (<${env.BUILD_URL}|Open>)"
mail to: '[email protected]',
subject: "${currentBuild.fullDisplayName} >> ${STAGE_NAME} >> ${maker} ${host} failed",
body: "See more at ${env.BUILD_URL}"
Expand Down

0 comments on commit bd914c3

Please sign in to comment.