David Riggleman edited a comment on Bug JENKINS-21609

Thanks a lot for the quick reply! I used the latest but still hit the same exception. So I ended up compiling from source and added some logging to see the exact string that is problematic. It looks like it might be a slight variation on this bug, so I can create a new issue if you would like. I've shortened the string in question (and removed unique identifying information) while verifying the error is reproducible: "//trunk/branch\...". It looks like the problematic line of code is as follows:
regex = regex.replaceAll("\\.\\.
.", "(.*)");

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/groups/opt_out.

Reply via email to