Caused by: java.lang.ArrayIndexOutOfBoundsException: 29
at org.apache.oro.text.regex.Perl5Compiler.__emitCode(Unknown Source)
at org.apache.oro.text.regex.Perl5Compiler.__parseAtom(Unknown Source)
at org.apache.oro.text.regex.Perl5Compiler.__parseBranch(Unknown Source)
at org.apache.oro.text.regex.Perl5Compiler.__parseAlternation(Unknown Source)
at org.apache.oro.text.regex.Perl5Compiler.__parseExpression(Unknown Source)
at org.apache.oro.text.regex.Perl5Compiler.compile(Unknown Source)
at org.apache.oro.text.regex.Perl5Compiler.compile(Unknown Source)
at org.apache.oro.text.GlobCompiler.compile(Unknown Source)
at org.apache.oro.text.GlobCompiler.compile(Unknown Source)
at io.jenkins.blueocean.service.embedded.util.GlobMatcher.<init>(GlobMatcher.java:20)
at io.jenkins.blueocean.service.embedded.rest.PipelineSearch.search(PipelineSearch.java:117)
at io.jenkins.blueocean.rest.ApiHead.search(ApiHead.java:61)
at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:343)
... 86 more