Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
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)
Description
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
Attachments
Issue Links
- duplicates
-
JENKINS-33445 GitScmSource does not return tags via retrieve method
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue duplicates JENKINS-33445 [ JENKINS-33445 ] |
Resolution | Duplicate [ 3 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Note that this works for the Multibranch Project plugin - this is a blocker for us migrating away from that (which seems less supported these days) and towards pipelines.