Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-enable pushing of 'master' image to Docker hub
mederly committed Oct 3, 2018
1 parent 4dd717c commit 953e887
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
@@ -71,7 +71,7 @@ pipeline {
}
}
}
/* stage ('Push') {
stage ('Push') {
steps {
script {
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") {
@@ -81,11 +81,10 @@ pipeline {
}
}
}
*/
stage ('Notify') {
steps {
echo "$maintainer"
slackSend color: 'good', message: "$maintainer/$imagename:$tag built but NOT pushed to DockerHub (push temporarily disabled for this branch)"
slackSend color: 'good', message: "$maintainer/$imagename:$tag pushed to DockerHub"
}
}
}

0 comments on commit 953e887

Please sign in to comment.