Skip to content

Releases: jenkinsci/gradle-plugin

1.39.4

Choose a tag to compare

@github-actions github-actions released this 12 Jul 07:03
gradle-1.39.4
96378d1

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

Choose a tag to compare

@github-actions github-actions released this 05 Jul 12:59
gradle-1.39.3
da51468

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

🐛 Bug fixes

1.39.2

Choose a tag to compare

@github-actions github-actions released this 29 Jun 12:24
gradle-1.39.2
1a5e9d5

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

Choose a tag to compare

@github-actions github-actions released this 08 Jun 16:19
gradle-1.39.1
745a8ea

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

Choose a tag to compare

@release-drafter release-drafter released this 03 Jun 16:30
gradle-1.39
817f3d5

✍ Other changes

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

📦 Dependency updates

1.38

Choose a tag to compare

@release-drafter release-drafter released this 08 Jan 14:52
gradle-1.38
9f61ba1

🚀 New features and improvements

🐛 Bug fixes

  • Remove line length limit for build scan message (#136) @wolfs

📦 Dependency updates

👻 Maintenance

1.37.1

Choose a tag to compare

@wolfs wolfs released this 10 Jul 21:14
gradle-1.37.1
3768fcd

🚀 New features and improvements

🐛 Bug fixes

  • Do not try to serialize GradleInstallation over Remoting (#100) @jglick

📦 Dependency updates

👻 Maintenance

1.37

Choose a tag to compare

@wolfs wolfs released this 10 Jul 21:07
gradle-1.37
0a66e24

DO NOT USE, PUBLISHING INCOMPLETE

USE 1.37.1 INSTEAD

1.36

Choose a tag to compare

@release-drafter release-drafter released this 10 Jul 20:55
gradle-1.36
a2b39fb

🐛 Bug fixes

👻 Maintenance

1.35

Choose a tag to compare

@github-actions github-actions released this 11 Dec 12:29
gradle-1.35
12e43e1

🚀 New features and improvements

  • Better pipeline support (#87) @wolfs
    This release add a withGradle pipeline step wrapper, which captures the console log and build scans better.

📝 Documentation updates

👻 Maintenance

  • Use bom for pipeline dependencies (#88) @wolfs