-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JENKINS-47874] Support multiple repositories in multi-branch pipeline #262
base: master
Are you sure you want to change the base?
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
BranchProperty
is added which allows the configuration of a pattern that is used to optionnaly customize the branch name injenkins.branch.Branch#getName()
.