Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reporting out
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
@@ -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"


}

0 comments on commit 2890ad1

Please sign in to comment.