-
Bug
-
Resolution: Not A Defect
-
Major
-
None
I've recently updated a few jenkins plugins and I've noticed that the command that is issued when performing a `checkout scm` in a Jenkins pipeline is adding a `--no-tags` during a the `git fetch` operation, while in the past it was `git fetch --tags`.
This is preventing our tagging system from working properly.
Was this change implemented on purpose? Is there a way to pass a param to manually opt-in for the tags?
Thanks,
Gio
- relates to
-
JENKINS-67984 Jenkins Git plugin only checks out tags on existing repository
- Open