Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
Description
When trying to use a regular expression to select jobs to include in this view, no jobs are shown.
E g a regular expression of tsas., or ^tsas. yields empty list although it should not since there is a job named "tsas_multibranch_pipe".
Thanks for noticing, actual a nice catch. The filter won't work since the multibranch is in fact a folder and the filter is done at job level. If you try ^somebranch it will work, but it should work for folder filters as well