Skip to content

1298.v43b_82f220a_e9

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 21:34
· 184 commits to refs/heads/master since this release
43b82f2

💥 Potential breaking changes

  • feature: do not catch exceptions occuring inside the plugin (#626) @bguerin

Plugin used to catch every internal exceptions and only log them (some appears in the build console, but not all). Now they are relaunched to go outside the plugin and be handled by Jenkins itself. However the plugin will do its best to run every publisher, and if multiple exceptions are launched, they are grouped.

Please open bugs if you face new exceptions with this new version

Plugin traceability (display of Java and Maven versions, maven settings used) used to be ON by default. It could be disabled but at each step level only. It is now OFF by default, and could also be enabled / disabled at the global level (in the plugin configuration on the tools administration page). If you rely on these informations on the build log, you should either enable traceability globally or change your code.

👻 Maintenance

📦 Dependency updates

  • build(deps-dev): Bump junit from 1196.vb_4cf28b_c7724 to 1198.ve38db_d1b_c975 (#630) @dependabot
  • build(deps): Bump maven-plugin from 3.21 to 3.22 (#628) @dependabot