Adds a new list view, which allows to dynamically specify additional filters.
Plugin Information |
---|
View Dynamic Search View on the plugin site for more information. |
This plugin is up for adoption. Want to help improve this plugin? Click here to learn more!
About this plugin
Dynamic Search View allows setting of additional filters at the view’s main page, which will be applied after clicking on the "Submit" button. So, user is able to filter and search jobs without creation of new Views.
Warning!
Current version of the plugin is a "proof of concept" and has several significant issues (see below). They will be fixed in future versions. Anyway, feel free to contribute...
Usage
- Create a new view (version 0.1 - "SimpleSearchView")
- Configure the view as a typical ListView.
- You can able to setup implicit filters and columns.
- The plugin also supports standard JobFilter and ListViewColumn extensions
- If you want to filter all jobs, just set a regexp filter with ".*" mask
- Use your view
- You can set additional filters at the view's main page
- Filters will be updated after clicking on "Submit" button
The New View creation page:
View with additional filters:
Version history
Version 0.3.0 (Feb 27, 2018)
- Update Jenkins core minimum requirement to 1.625.3
- Cleanup minor issues reported by the recent Jenkins Test Harness
Version 0.2.2 (09/27/2015)
- Jelly exception in Dynamic Search Views after the restart (JENKINS-27613)
- Potential NPE in the plugin if the full view configuration is not saved (JENKINS-30663)
- Potential concurrency issues during the parallel access to Views (JENKINS-30662)
Version 0.2.1 (06/28/2014)
- Jenkins prints warning about JENKINS-19588 till the version 1.557. Newer core versions provide a fix (see JENKINS-21190 and JENKINS-21191)
Version 0.2 (01/02/2014)
- Major bugfix: All sessions use their own session IDs (JENKINS-18975)
- Support of default values for the view's form (JENKINS-21192)
- Added a warning message for JENKINS-19588. The complete fix will be available after fix of JENKINS-21191 in Jenkins core
- A better layout of the search panel
Version 0.1 (07/07/2013)
- Implemented a List View with dynamically-configurable filters