I am setting up a Jenkins view and want to use Regex to automatically select matched jobs. The jobs to be selected all have a prefix like 'rec-01-', 'rec-24-', 'rec-98-', etc. The only difference is the two digits.
I tried with this regex ^(rec-[0-9]+-) and many similar ones but no luck.