Details
-
Type:
New Feature
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: git-parameter-plugin
-
Labels:
-
Similar Issues:
Description
This plugin is really good. But currently it doesn't support "Multiple SCMs plugin". If I configure the job with multiple Git repos it wont detect branches.
This would be a very good feature.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Priority | Minor [ 4 ] | Major [ 3 ] |
Assignee | Niklaus Giger [ niklaus_giger ] | Boguslaw Klimas [ klimas7 ] |
Workflow | JNJira [ 160970 ] | JNJira + In-Review [ 180519 ] |
Attachment | screenshot-1.png [ 33722 ] |
Attachment | screenshot-2.png [ 33723 ] |
Attachment | screenshot-3.png [ 33724 ] |
Attachment | screenshot-4.png [ 33725 ] |
Comment |
[ This is only a working POC (proof of concept) https://github.com/nfalco79/git-parameter-plugin/tree/feature/JENKINS-26799 !screenshot-1.png|thumbnail! !screenshot-2.png|thumbnail! *It works but*: * here MultiSCM is not an real optional dependency (I do not know if jenkins have some API to avoid Class.forName("") to know if a plugin is installed) * missing test case * missing handle event when you change repo URL and you have not set an SCM name (why if you not set any SCM Name the SCM key it's the string "git " + repoURL) * maybe some faultback for backward compatibility ] |
Comment | [ I like the general direction. I'll look closely at it when I get the chance ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Attachment | git parameter.jpg [ 34703 ] |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
I can confirm the same issue. This plugin would be great but I cannot use it because I need to fetch 2 git repositories.