-
Bug
-
Resolution: Duplicate
-
Major
-
Jenkins 2.45
Pipeline Multibranch 2.12
Git 3.0.6-SNAPSHOT (with patches for tags)
Git Client 2.3.0-SNAPSHOT (with patches for tags)
When presented with a tag instead of a branch, Pipeline Multibranch errors the pipeline with:
"Could not determine exact tip revision of <tag name here>"
The following PRs are required to reproduce:
https://github.com/jenkinsci/git-plugin/pull/407
https://github.com/jenkinsci/git-client-plugin/pull/234
To reproduce:
Enable "Show tags in SCMSource" in the "Git Plugin" global config
Create a multibranch pipeline pointing at a git repo with tags
Run the pipeline for a tag
- duplicates
-
JENKINS-33445 GitScmSource does not return tags via retrieve method
- Open