Skip to content

Commit

Permalink
stop removing the image in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Oct 1, 2018
1 parent 6016f4c commit db5e551
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ node('docker') {
sh -e -c \\
'docker login -u \"\$DOCKER_USERNAME\" -p \"\$DOCKER_PASSWORD\" && \\
docker push ${dockerPushRepo} && \\
docker rmi ${dockerPushRepo} && \\
docker logout'"""
}
}
Expand Down

0 comments on commit db5e551

Please sign in to comment.