Open LouisCoilliot opened 3 years ago
Instead of
{
"match": "inventory/usglb-dev1/",
"group1": "usglb-dev1"
}
I would expect something like :
[
{
"match": "inventory/usglb-dev1/",
"group1": "usglb-dev1"
},
{
"match": "inventory/usglb-dev2/",
"group1": "usglb-dev2"
}
]
Maybe this issue should be relabeled as feature enhancement.
Louis
What happened
Using :
The search being (from the job logs):
What you expected to happen
It should match 'usglb-dev1' AND 'usglb-dev2'
It only matches :
I checked the regex, see image in attachment.
Regards,
Louis
Louis