We use regular expressions to include assignments in our representations for Jenkins. Currently, the regex for "example" -view is example_(.+) .
However, we just added a new project called "example_example2", and now tasks from this project are also displayed in the "example" view. Is there a regex to exclude "example_example2" -jobs from "example" -view? I am trying to use ^ , but have not succeeded.
Could you help me?
Robco source share