Releases: jenkinsci/gradle-plugin
Releases · jenkinsci/gradle-plugin
1.39.2
Warning: Build Scan Injection is broken for Maven, use 1.39.3
This is a bugfix release for build scan injection.
🐛 Bug fixes
📦 Dependency updates
- Bump com.gradle.enterprise from 3.10.1 to 3.10.2 (#154) @dependabot
- Bump gradle-enterprise-maven-extension from 1.14.2 to 1.14.3 (#158) @dependabot
1.39.1
This release is a bugfix release including improvements for injecting the Build Scan plugin into Gradle and Maven builds.
🐛 Bug fixes
👻 Maintenance
1.39
✍ Other changes
- Allow Build Scan publishing without changing project configurations (#150) @alextu
- Replace Guava usages with native Java Platform functionality (#120) @basil
📦 Dependency updates
- Bump org.gradle.test-retry from 1.3.1 to 1.4.0 (#147) @dependabot
- Bump com.gradle.enterprise from 3.8.1 to 3.10.1 (#149) @dependabot
- Bump com.gradle.enterprise from 3.8 to 3.8.1 (#139) @dependabot
1.38
🚀 New features and improvements
- Support variables in build file location (#75) @pavelkokush
- Use vectorized icon Gradle icon (#124) @NotMyFault
🐛 Bug fixes
📦 Dependency updates
- Bump ru.vyarus.animalsniffer from 1.5.3 to 1.5.4 (#127) @dependabot
- Bump com.gradle.enterprise from 3.1.1 to 3.8 (#134) @dependabot
👻 Maintenance
1.37.1
🚀 New features and improvements
- JENKINS-65398 - Replace slave word by agent (#115) @aHenryJard
- Enable dependabot to automatically get dependency updates (#101) @MRamonLeon
- Official Gradle Wrapper Validation Action (#98) @JLLeitschuh
🐛 Bug fixes
📦 Dependency updates
- Bump org.gradle.test-retry from 1.2.0 to 1.3.1 (#118) @dependabot
- Bump ru.vyarus.animalsniffer from 1.5.0 to 1.5.3 (#110) @dependabot
- Bump org.gradle.test-retry from 1.1.9 to 1.2.0 (#106) @dependabot
- Bump org.gradle.test-retry from 1.0.0 to 1.1.9 (#102) @dependabot
👻 Maintenance
1.37
DO NOT USE, PUBLISHING INCOMPLETE
USE 1.37.1 INSTEAD
1.36
🐛 Bug fixes
- JENKINS-54064 - Bundle classes as JAR file into HPI file (#94) @darxriggs
👻 Maintenance
- Upgrade Gradle to 6.0.1 (#93) @darxriggs
- Use the "test-retry" plugin to handle flaky tests (#95) @darxriggs
- Consistent use of single quotes (#91) @darxriggs
- Update CodeNarc version (#89) @darxriggs
- Update AnimalSniffer version (#90) @darxriggs
1.35
🚀 New features and improvements
- Better pipeline support (#87) @wolfs
This release add awithGradlepipeline step wrapper, which captures the console log and build scans better.
📝 Documentation updates
- Fix documentation of "Root Build script" JENKINS-38479 - (#86) @kdanW
👻 Maintenance
v1.34
🚀 New features and improvements
📝 Documentation updates
- README: Add badges for the plugin version and number of installations (#80) @oleg-nenashev
- The documentation has been migrated from the Wiki to Github.
👻 Maintenance
- Add a GitHub Action for Release Drafter (#82) @oleg-nenashev
- Demo build for buildPluginWithGradle() (#76) @oleg-nenashev
- Add release drafter configuration (#79) @wolfs