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
-
My bad.
I was waiting for the tag format as hudson-[job]...
Now absence of log saying that it is tagging with tag bla-bla confused me even more.
So, while i will change the script to expect the tag in new jenkins format, could you please add logging of this tagging step to the build log?
Thanks!!