Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
If the "create tag" & "update new tag" options are checked, git should push the created/updated with -f / force, otherwise the (central) git repository would reject the updated tag and the build fails.
i don't know if this is already achievable with some update hook hacking (delete tag on tag-push?)
Attachments
Issue Links
- is related to
-
JENKINS-24082 Be able to force push for branch on git publisher
-
- Closed
-
Are the changes included in git plugin 2.2.6 sufficient to meet this case as well? The git publisher now takes an optional setting to force push.