Skip to content

Releases: jenkinsci/gradle-plugin

2.3.2

14 Mar 08:25
gradle-2.3.2
4481cbc

Choose a tag to compare

🐛 Bug fixes

  • Do not set empty MAVEN_OPTS environment variable (#258) @c00ler

📦 Dependency updates

2.3.1

09 Mar 11:25
gradle-2.3.1
08c003a

Choose a tag to compare

❗Known issues

We have identified regressions in this release, as reported in Jira tickets JENKINS-70692 and JENKINS-70663. We have released a fix in version 2.3.2. We apologize for any inconvenience this may have caused.

🚀 New features and improvements

🐛 Bug fixes

👻 Maintenance

  • Bump Gradle Wrapper from 8.0.1 to 8.0.2 (#255) @c00ler
  • Bump Gradle Wrapper from 7.5.1 to 8.0.1 (#243) @c00ler
  • Automatically download chrome driver when running on CI (#253) @c00ler

📦 Dependency updates

  • Bump com.gradle.common-custom-user-data-gradle-plugin from 1.8.2 to 1.9 (#256) @dependabot
  • Bump com.gradle.enterprise from 3.12.3 to 3.12.4 (#257) @dependabot
  • Bump io.netty:netty-bom from 4.1.88.Final to 4.1.89.Final (#250) @dependabot
  • Bump net.bytebuddy:byte-buddy from 1.13.0 to 1.14.0 (#249) @dependabot

2.3

16 Feb 09:40
gradle-2.3
2013899

Choose a tag to compare

2.3

❗Known issues

We have identified regressions in this release, as reported in Jira tickets JENKINS-70692 and JENKINS-70663. We have released a fix in version 2.3.2. We apologize for any inconvenience this may have caused.

🚀 New features and improvements

🐛 Bug fixes

  • Always perform a cleanup if auto-injection is disabled globally (#236) @c00ler

👻 Maintenance

  • Run acceptance tests only with the default jenkins version (#242) @c00ler
  • Generate a class containing the embedded extensions versions (#235) @c00ler
  • Migrate build scripts to Kotlin DSL (#226) @c00ler

📦 Dependency updates

2.2

19 Dec 09:47
gradle-2.2
100c50d

Choose a tag to compare

2.2

🐛 Bug fixes

  • Disable upload in background for Gradle (#227) @c00ler

👻 Maintenance

  • Optimize build to improve cacheability (#220) @c00ler

✍ Other changes

📦 Dependency updates

  • Upgrade bundled Gradle Enterprise Maven extension version. (#225) @c00ler
  • Upgrade Gradle JPI plugin to version 0.47.0 (#221) @c00ler
  • Bump org.gradle.test-retry from 1.4.1 to 1.5.0 (#222) @dependabot
  • Bump netty-bom from 4.1.84.Final to 4.1.85.Final (#218) @dependabot
  • Bump com.gradle.enterprise from 3.11.3 to 3.11.4 (#217) @dependabot

2.1.1

11 Nov 15:47
gradle-2.1.1
3f5fb6e

Choose a tag to compare

🚀 New features and improvements

  • Display unsupported maven-plugin version warning (#216) @c00ler

🐛 Bug fixes

📦 Dependency updates

  • Update to Gradle Enterprise Maven extension 1.15.5 (#213) @guylabs

2.1

03 Nov 16:00
gradle-2.1
1390a60

Choose a tag to compare

2.1

This release changes the plugin archive format back to HPI.

🐛 Bug fixes

📦 Dependency updates

2.0

27 Oct 06:23
gradle-2.0
f6daab3

Choose a tag to compare

2.0

🚀 New features and improvements

  • Build Scans auto-injection support for maven-integration plugin (#201) @c00ler
  • Add CI auto injection custom value to build scans (#190) @sorin-florea
  • Warning message is displayed if legacy environment variables are set (#189) @c00ler
  • Form based injection configuration (#185) @c00ler

📝 Documentation updates

📦 Dependency updates

Upgrade notes

Please follow the upgrade notes if you used the Gradle Enterprise auto-injection feature.

1.40

27 Sep 14:25
gradle-1.40
a689393

Choose a tag to compare

This release features a production ready version of Gradle Enterprise plugin/extension injection.

🚀 New features and improvements

  • Inject resources only if they have changed (#182) @c00ler
  • Gradle Enterprise injection improvements (#177) @c00ler

📝 Documentation updates

👻 Maintenance

1.39.4

12 Jul 07:03
gradle-1.39.4
96378d1

Choose a tag to compare

Another improvement for build scan injection. This removes all actions when you don't opt-into build scan injection by using an environment variable.

🐛 Bug fixes

  • No action when injection feature is disabled (#162) @jprinet

1.39.3

05 Jul 12:59
gradle-1.39.3
da51468

Choose a tag to compare

This release fixes a bug for build scan injection in Maven builds, which was broken in 1.39.2.

🐛 Bug fixes