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 79dd4f3 commit 20a0689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -64,7 +64,7 @@ node {

stage 'Notify'

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

def maintainer() {

0 comments on commit 20a0689

Please sign in to comment.