-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 2.73.1
It appears that the regex filter introduced in JENKINS-34373 does not filter on folders
For the given list of running jobs:
We wish a dashboard only showing the cons/ jobs
A regular expression of ".*master.*" works fine for just showing all master builds.
However a "cons/.*" a "^cons/(.)" or a "^cons\/(.)$" filter as suggested in JENKINS-27270 (for a different plugin) does not work (only results in an empty board)
[JENKINS-47527] Mission Control regex filter not working for folders
Attachment | New: image-2017-10-19-14-19-56-379.png [ 40064 ] |
Description |
New:
It appears that the regex filter introduced in - For the given list of running jobs: !image-2017-10-19-14-19-56-379.png|thumbnail! We wish a dashboard only showing the *cons/* jobs A regular expression of "*.*master.**" works fine for just showing all master builds. However a "*^cons/(.+)*" filter as suggested in |
Description |
Original:
It appears that the regex filter introduced in - For the given list of running jobs: !image-2017-10-19-14-19-56-379.png|thumbnail! We wish a dashboard only showing the *cons/* jobs A regular expression of "*.*master.**" works fine for just showing all master builds. However a "*^cons/(.+)*" filter as suggested in |
New:
It appears that the regex filter introduced in -- For the given list of running jobs: !image-2017-10-19-14-19-56-379.png|thumbnail! We wish a dashboard only showing the *cons/* jobs A regular expression of "*.*master.**" works fine for just showing all master builds. However a "*^cons/(.+)*" filter as suggested in - |
Description |
Original:
It appears that the regex filter introduced in -- For the given list of running jobs: !image-2017-10-19-14-19-56-379.png|thumbnail! We wish a dashboard only showing the *cons/* jobs A regular expression of "*.*master.**" works fine for just showing all master builds. However a "*^cons/(.+)*" filter as suggested in - |
New:
It appears that the regex filter introduced in --- For the given list of running jobs: !image-2017-10-19-14-19-56-379.png|thumbnail! We wish a dashboard only showing the *cons/* jobs A regular expression of "*.*master.**" works fine for just showing all master builds. However a "*cons/.**" or "*^cons/(.+)*" filter as suggested in -- |
Description |
Original:
It appears that the regex filter introduced in --- For the given list of running jobs: !image-2017-10-19-14-19-56-379.png|thumbnail! We wish a dashboard only showing the *cons/* jobs A regular expression of "*.*master.**" works fine for just showing all master builds. However a "*cons/.**" or "*^cons/(.+)*" filter as suggested in -- |
New:
It appears that the regex filter introduced in ---- For the given list of running jobs: !image-2017-10-19-14-19-56-379.png|thumbnail! We wish a dashboard only showing the *cons/* jobs A regular expression of "*.*master.**" works fine for just showing all master builds. However a "*cons/.*" or "*^cons/(.+)**" filter as suggested in --- |
Description |
Original:
It appears that the regex filter introduced in ---- For the given list of running jobs: !image-2017-10-19-14-19-56-379.png|thumbnail! We wish a dashboard only showing the *cons/* jobs A regular expression of "*.*master.**" works fine for just showing all master builds. However a "*cons/.*" or "*^cons/(.+)**" filter as suggested in --- |
New:
It appears that the regex filter introduced in ----- For the given list of running jobs: !image-2017-10-19-14-19-56-379.png|thumbnail! We wish a dashboard only showing the *cons/* jobs A regular expression of "*.*master.**" works fine for just showing all master builds. However a "*cons/.*" a "*^cons/(.+)*" or a "*^cons\/(.+)$*" filter as suggested in ---- |
Description |
Original:
It appears that the regex filter introduced in ----- For the given list of running jobs: !image-2017-10-19-14-19-56-379.png|thumbnail! We wish a dashboard only showing the *cons/* jobs A regular expression of "*.*master.**" works fine for just showing all master builds. However a "*cons/.*" a "*^cons/(.+)*" or a "*^cons\/(.+)$*" filter as suggested in ---- |
New:
It appears that the regex filter introduced in For the given list of running jobs: !image-2017-10-19-14-19-56-379.png|thumbnail! We wish a dashboard only showing the *cons/* jobs A regular expression of "*.\*master.\**" works fine for just showing all master builds. However a "*cons/.\**" a "*^cons/(.+)*" or a "*^cons\/(.+)$*" filter as suggested in |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Thanks for reporting this. I looked at the code briefly and it does seem that filtering is done only on the job name and the folder name is not taken into account. Will try to release a new version in the next couple of days.