Skip to content

Releases: jenkinsci/gradle-plugin

2.2

19 Dec 09:47
gradle-2.2
100c50d
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

1.39.2

29 Jun 12:24
gradle-1.39.2
1a5e9d5
Compare
Choose a tag to compare

Warning: Build Scan Injection is broken for Maven, use 1.39.3

This is a bugfix release for build scan injection.

🐛 Bug fixes

  • Do not log injection related error if feature is disabled (#157) @jprinet

📦 Dependency updates

1.39.1

08 Jun 16:19
gradle-1.39.1
745a8ea
Compare
Choose a tag to compare

This release is a bugfix release including improvements for injecting the Build Scan plugin into Gradle and Maven builds.

🐛 Bug fixes

👻 Maintenance

  • Remove from init-script.gradle specific logging (#153) @alextu
  • Fix build scan injection maven itest (plus other minor changes) (#152) @alextu

1.39

03 Jun 16:30
gradle-1.39
817f3d5
Compare
Choose a tag to compare

✍ Other changes

  • Allow Build Scan publishing without changing project configurations (#150) @alextu
  • Replace Guava usages with native Java Platform functionality (#120) @basil

📦 Dependency updates