Reputation: 231
My Jenkins version is 2.7.8, I have job like Email_AAA Email_BBB Email_CCC etc i created a view and set the filter with following Regular Expression: ^Email.*$
But nothing is returned I didn't find anything related to this in log. Any possible clues?
Thanks. -Neo
Upvotes: 5
Views: 10671
Reputation: 1618
Another reason why it may not work if no columns are added to the view.
Upvotes: 0
Reputation: 57
to all those who are still coming to this question and leaving disappointed
if this checkbox is not selected, you can filter only root level objects (pipelines/jobs/folders etc.) not child object
Upvotes: 1
Reputation: 2636
if you want a view of all job start with XXX use XXX.*
if you want a view that contain XXX use .* XXX.*
Upvotes: 1