I'm not sure if this is a bug or a new improvement:
I have several folders with round about 100 jobs in each of them. My requirement is to reuse the same view to show the results of the jobs of every folder.
So I tried to create a new top-level Jenkins view that defines the view columns to use. Then I added this view in every folder as new view using the + button and the option "Include a global view".
However, when I select this view in a folder, then the listed jobs are all jobs that are visible in the top-level view. I think there should be at least an option to show only those jobs here that are part of the selected folder.
Never heard of anyone trying to use derived views this way. The expectation is that each folder has its own set of views, and if you want to share some configuration across folders, you copy them. And if you want to avoid copying, you do so the same way you would share any configuration across any items: use the Templates plugin in the case of Jenkins Enterprise, or various OSS plugins which purport to solve DRY (not sure if any can handle arbitrary Item s like Folder s though).