The Dynamic Search View plugin adds a new view option, which allows you to configure additional filters on top of your main view.
The Dynamic Search View allows you to configure additional filters at the view’s main page, which are applied after selecting Submit. This allows users to filter and search for jobs in one central view.
WARNING
The current version of the plugin is a proof of concept and has several significant issues, which are listed here. As always, contributions are appreciated by anyone!
- Create a new Dynamic Search View.
- Configure the main filters for the view.
- You can setup implicit filters and columns.
- The plugin also supports standard
JobFilter
andListViewColumn
extensions. - If you want to filter all jobs, set a regexp filter with the
.\*
mask
- Select your new view.
- You can set additional filters on the main view page.
- Select Submit to apply the additional filters.
The updated View creation page:
View with additional filters:
Please report issues and enhancements through the Jenkins issue tracker.