-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins ver. 2.46.3
Sectioned View Plugin v1.23
Expected:
As a user I'd like to create a view of type Sectioned View given a regular expression showing all jobs matching even sub-folder jobs. For now sub-folder jobs are not shown.
Example:
- Create an item F of type Folder
- Create an item M of type Maven Project inside item F
- Create a view of type Sectioned View
- Add a List View Section to the view with Regular Expression set to .* (dot asterisk)
- Actual: Job M is not shown in view
- Expected: Job M is shown in view
Proposal:
Add an option Recurse in sub-folders the same way as in the view type List view.