|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I built the 0.8.11 snapshot and this does fix the problem.
One small quirk though:
I have a job structure like this:
With this regex:
cookbooks/(.+)
All of these jobs show up in the view. I would have only expected foo and bar to be there.
Anchoring the regex:
^cookbooks/(.+)
Produces the desired results, but I'm unclear why the non-anchored pattern worked. I tested out the above on the regexplanet tester (http://www.regexplanet.com/advanced/java/index.html) and it works the way I expected it to (only foo and bar match whether the regex is anchored or not).
Thanks for the quick update though.