Plugin Compatibility Tester 0.2.0
release-drafter
released this
11 Sep 09:58
·
759 commits
to master
since this release
π New features and improvements
- Update hooks to make more plugins works properly with PCT (fixes GitHub, Pipeline: REST API, Jenkins Design Language) (#185) @bmunozm
β οΈ Deprecated
- JENKINS-58113 - Deprecate the internal Maven mode. It was not stable for recent plugin POMs, and it will be removed in future releases. External Maven executable should be used by passing the
-mvn
parameter - JENKINS-58114 - Deprecate the unused Google App Engine mode. It will be removed from future PCT releases
π Bug Fixes
- Update jcommander to a version which supports Java 8 (release redeploy?) (#186) @fcojfernandez
- Fix the Declarative Pipeline plugin discovery in
DeclarativePipelineHook
(regression in 0.0.3) (#179) @jglick - Downgrade the log level of the
retrievePomData()
parent node message from SEVERE to INFO (#175) @jglick
π¦ Dependency updates
- Bump ant from 1.10.5 to 1.10.7 (#187) @dependabot
- Bump plexus-utils from 3.0.24 to 3.2.0 (#171) @dependabot
π¦ Internal changes
- Dependabot: ignore Jenkins core in automatic updates (#180) @oleg-nenashev