Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
git describe depends on the last tag. When the plugin runs git tag, it damages the repo's idea of what the version is. git tag should be optional.
Attachments
Issue Links
- is duplicated by
-
JENKINS-12316 git plugin should NOT tag every build by default
-
- Closed
-
-
JENKINS-6125 git - optional control to suppress tag creation during build?
-
- Closed
-
-
JENKINS-8680 Give an option to disable automatic tagging
-
- Closed
-
Mark, unfortunately I'd have to modify hundreds of build scripts at work to use the '--match' option you've proposed. So, in my case, it's not a viable workaround for me
I'd rather fix things change in one place (i.e. the Hudson git plugin) instead.
We've had the patch (attached to this ticket) working for months now. Are there any perceived problems with integrating it into an upcoming release?