-
New Feature
-
Resolution: Fixed
-
Minor
-
-
git plugin 4.8.0
Currently the GIT Plugin only allows to create pre-defined tags, but not to push all tags created during a build.
- is related to
-
JENKINS-24880 Support publishing a list of tags resolved from an environment variable
-
- Open
-
-
JENKINS-28335 Pipeline step to run Git commands with credentials & tool
-
- In Review
-
- links to
I also have similar situation. Each build is creating tag which is created during build (in buildscript) and it pretty hard to push it back to repository. Credentials are removed just after clone and it is not so simple to add them back during build. I've ended with setting remote URL to contain credentials (my repo is using http authentication) to be able to push. However having feature like 'Push all tags to remote' would be very nice