Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding notification
Jim Van Fleet committed Aug 30, 2016
1 parent cc67601 commit 79dd4f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
@@ -61,6 +61,10 @@ node {
def baseImg = docker.build("$maintainer/$imagename")
baseImg.push("$tag")
}

stage 'Notify'

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

def maintainer() {

0 comments on commit 79dd4f3

Please sign in to comment.