[JENKINS-47874] Support multiple repositories in multi-branch pipeline#262
[JENKINS-47874] Support multiple repositories in multi-branch pipeline#262hint66 wants to merge 9 commits intojenkinsci:masterfrom
Conversation
|
Could add a help file that explains this is intended for disambiguating when there are multiple branch sources with possibly overlapping branch names. |
|
Are you still working on this feature or has there been any feedback from the project through other channels? I've run into this issue as well, and this feature would be very useful. |
|
Hello, I'm updating the fork from time to time, but ended up going in a different direction. |
|
From a five-second glance, the code is probably OK, but the motivation remains unclear and I would suggest the PR and the Jira issue be closed as “will not do”. Whatever the ultimate goal may be, there is probably a more straightforward way to accomplish it. |
As described in the issue JENKINS-47874 I would like to be able to configure multiple repositories with same branch names in a single multi branch project.
To allow this setup, a new
BranchPropertyis added which allows the configuration of a pattern that is used to optionnaly customize the branch name injenkins.branch.Branch#getName().