jenkinsci / jenkinsci/git-plugin
[JENKINS-33445] GitScmSource does not return tags via retrieve method
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
Currently the GitScmSource class does not expose tags in the list of branches that are returned via the retrieve method.
This means that plugins which make use of this class are unable to build against specific tags, for example the multi-branch-plugin[1].
[1] https://wiki.jenkins-ci.org/display/JENKINS/Multi-Branch+Project+Plugin
---
Originally reported by
csmart, imported from: GitScmSource does not return tags via retrieve method
Raw content of original issue
Currently the GitScmSource class does not expose tags in the list of branches that are returned via the retrieve method.
This means that plugins which make use of this class are unable to build against specific tags, for example the multi-branch-plugin[1].
[1] https://wiki.jenkins-ci.org/display/JENKINS/Multi-Branch+Project+Plugin
Contributor guide
Assessment
This issue has not been assessed yet.