Skip to content

Plugin Compatibility Tester 0.2.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 11 Sep 09:58
· 736 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

🚦 Internal changes