Skip to content

Commit

Permalink
fix notification in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Nov 26, 2018
1 parent d66d7a0 commit d3531c3
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 @@ -95,7 +95,7 @@ node('windows') {

stage 'Notify'

//slackSend color: 'good', message: "$maintainer/$imagename:$tag pushed to DockerHub"
slackSend color: 'good', message: "$maintainer/$imagename:$tag pushed to DockerHub"

}

Expand All @@ -112,6 +112,6 @@ def imagename() {
def handleError(String message){
echo "${message}"
currentBuild.setResult("FAILED")
//slackSend color: 'danger', message: "${message}"
slackSend color: 'danger', message: "${message}"
bat exit 1
}

0 comments on commit d3531c3

Please sign in to comment.