Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Created January 18, 2019 19:16
Show Gist options
  • Save ryanvgates/d5026d7e351d5cf4af78458ee0b60491 to your computer and use it in GitHub Desktop.
Save ryanvgates/d5026d7e351d5cf4af78458ee0b60491 to your computer and use it in GitHub Desktop.
Jenkins Tag Git
git tag %BUILD_TAG%
git push origin %BUILD_TAG%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment