Permalink
Browse files
Re-enable pushing of 'master' image to Docker hub
- Loading branch information
Showing
with
2 additions
and
3 deletions.
-
+2
−3
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" |
|
|
} |
|
|
} |
|
|
} |
|
|