-
Bug
-
Resolution: Fixed
-
Major
-
None
Build action:
echo "the quick brown fox jumps over the lazy dog"
regex:
.*(quick).*(brown).*(lazy)
description:
\1 \2 \3
output:
\1 \2 lazy
- is related to
-
JENKINS-4980 Description setter is not not backwards compatible with particular regular expression
- Closed