Skip to content
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

Fix bug where having branch wildcards at different depths would cause ArrayBoundExceptions #159

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

frankier
Copy link

An example use case of this is the Jenkins Multibranch Pipeline to try and find stuff to build in a chaotic monorepo. I set "Include branches" to: trunk,branches/,branches//,branches///,branches////,tags/* and got an indexing exception. This patch seems to fix it.

@recena
Copy link
Contributor

recena commented May 20, 2016

@frankier Is there any Jira issue for that?

Copy link
Member

@jglick jglick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would expect a test case for this kind of change.

@oleg-nenashev
Copy link
Member

Without knowing the stacktrace, it's hard to decide. The patch seems to be valid, but I agree with previous reviewers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants