Version 4.8 (2024-11-19)
Version 4.7 (2024-11-04)
- Fix unit test shouldRenderJson
- Removes unused token-macro dependency
- Adds support for SCMSource
- Extract inline script block and event handler
- Upgrade parent pom from 4.87 to 4.88
- Upgrade testcontainers
- Upgrade Jenkins core from 2.440.3 to 2.452.4
- Removes managed version for commons-net
Version 4.6 (2024-09-30)
- Upgrade parent pom from 4.83 to 4.87
- Use maven-plugin from jenkins bom
- Update Jenkins BOM
- Use promoted-builds version from BOM
- Update testcontainers to 1.20.1
- Add api support to othersPlugin field in PluginUsageView
Version 4.5 (2024-06-19)
Version 4.4 (2023-03-28)
Version 4.3 (2023-03-27)
- Add null check for missing plugins in pipelines
- Adds AsyncPeriodicWork with persistence to make loading faster
Version 4.2 (2023-09-05)
Version 4.1 (2023-06-28)
- Upgrade HtmlUnit from 2.x to 3.x
- Add null check for old descriptors that are not available anymore
- Uses a HashSet to not process the same run multiple times in pipeline jobs
- Use a single instance of PluginUsageModel in jelly to cache analyze results
- Update pipeline warning for both scripted and pipeline
- Finalize upgrade to Jenkins 2.361
Version 4.0 (2023-01-09)
- Adds Computed Folders Analyzer
- Use HTTPS instead of git
- Updates parent pom to 4.51
- Bump commons-net from 3.8.0 to 3.9.0
- Refactoring: Use diamond operator and removed unnecessary semicolon and import
- Require Jenkins 2.361.4 and Java 11
- Uses new HTTP client in Java 11 for testing
- Replaces hasDependants with hasMandatoryDependents
- Adds analyzer for pipelines (scripted and declarative) based on last runs
Version 3.0 (2022-06-08)
Version 2.2 (2022-03-04)
Version 2.1 (2021-11-12)
Version 2.0 (2021-10-21)
- Adds integration tests (#20)
- Suport for Maven projects pre, post builds, parameters, conditional-builder and promotions (#21)
- Add support for @symbol function names in pipeline jobs (#22)
- Fixes JENKINS-53264 Usage plugin incorrectly reports multi-project (#23) GH-23 #23
- Fixes for projects other than freestyle projects (#24)
- Add new PLUGIN_VIEW permission (#19)
Version 1.2 (2021-02-16)
- Add API support (#18)
Version 1.1 (2020-09-09)
- Added columns to indicate if a plugin has dependants or not
- Added processing of Publisher in promotions
- Fixed JENKINS-63442 ClassNotFoundException: org.jenkinsci.plugins.workflow.job.WorkflowJob
- Change minimum supported jenkins version from 2.138.4 to 2.204
Version 1.0 (2020-03-09)
Major Upgrade
- move wiki documentation to GitHub
- Upgrade to Java 8 and internal changes
- Change minimum supported jenkins version from 1.625.1 to 2.138.4
- separate section for non-jobs plugins (related to JENKINS-58583)
- Sort plugins and jobs by name (related to JENKINS-53269)
- use full display name to show jobs with same name (related to JENKINS-53268 and JENKINS-53267)
- Support of new types:
- conditional build step (related to JENKINS-30673)
- project parameters for plugins (related to JENKINS-48978)
- promoted builds plugin (related to JENKINS-35159)
- declarative pipeline support for step functions (related to JENKINS-53597)
- Maven projects (related to JENKINS-41507)
Version 0.4 (2018-04-22)
- add column with plugin's version
- list all plugins, not only specified types of Extension Points
Version 0.3 (2014-07-29)
- bugfix for sorting the table
- Added support for french
- Made the plugin available for every user and not just for the admins
Version 0.2 (2014-07-11)
- UI improvements
- initial Version