Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Build action:
echo "the quick brown fox jumps over the lazy dog"
regex:
.*(quick).*(brown).*(lazy)
description:
\1 \2 \3
output:
\1 \2 lazy
Attachments
Issue Links
- is related to
-
JENKINS-4980 Description setter is not not backwards compatible with particular regular expression
-
- Resolved
-
already fixed in svn a while back.. I'll run a release later today.