You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I have a automation test which run and create log file with all the passing and failing Jira's in it like REPORT-121 : PASSED or REPORT-122 : FAILED.
I want to scan the log file and pick all these and label the build with them.
So in Pattern match labeling i put below values
Regex = REPORT-/d+
Labels = \1
Error on label = The labels use the backreference "\1" but the REGEX contains only 0 capturing group(s).
How can i achieve this ?
One of my co-worked helped me.
I needed to put that in the brackets like (REPORT-/d+)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.