-
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
-
[JENKINS-45164] In jenkins pipeline a "checkout scm" now adds "--no-tags" instead of "--tags" for git projects
Assignee | Original: Mark Waite [ markewaite ] |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Attachment | New: Screen Shot 2017-07-24 at 11.09.36.png [ 39005 ] |
Link | New: This issue relates to JENKINS-67984 [ JENKINS-67984 ] |