-
Bug
-
Resolution: Fixed
-
Major
-
-
Jenkins 2.239
Since pull 757 in 1.512, ListView can include items in subfolders. Unfortunately it seems that getItems calls ViewJobFilter with anomalous arguments: items may be a superset, rather than a subset, of allItems.
Should be better tested, and simplified by inlining the includeItems method, which could also improve performance by removing the double traversal of the job hierarchy (which checks ACLs each time through).
- causes
-
JENKINS-62661 Views with status filters lost upgrading from 2.238 to 2.240
- Closed
-
JENKINS-63678 Jenkins upgrade to 2.249.1 removes Build monitor tab with statusFilter view
- Closed
- depends on
-
JENKINS-18721 ListView asks for all jobs too often
- Resolved
-
JENKINS-20143 ViewJobFilter.filter expect "All jobs that are possible." but don't get recursive ones
- Resolved
- is related to
-
JENKINS-18364 Optimize creation of relative links to jobs
- Resolved
-
JENKINS-22720 Non-recursive ListViews unnecessarily call owner.getAllItems in getItems
- Resolved
- links to