Skip to content

Commit

Permalink
Reporting out
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 14, 2016
1 parent c736ad6 commit 2890ad1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ node('docker') {
def baseImg = docker.build("$maintainer/$imagename")
baseImg.push("$tag")
}

stage 'Notify'

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


}
Expand Down

0 comments on commit 2890ad1

Please sign in to comment.