Skip to content

Instantly share code, notes, and snippets.

@federicoiosue
Created April 23, 2018 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save federicoiosue/58912c1c88e9773c66d86fbfd08668c6 to your computer and use it in GitHub Desktop.
Save federicoiosue/58912c1c88e9773c66d86fbfd08668c6 to your computer and use it in GitHub Desktop.
Jenkins + Gitflow - after release
git push origin develop master --tags
git checkout master
mvn docker:build docker:push docker:removeImage
git checkout develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment