Branch: refs/heads/master
Home: https://github.com/jenkinsci/discard-old-build-plugin
Commit: 63d92a3954a9e30f99107ea9cc63b54de1e6d4ce
https://github.com/jenkinsci/discard-old-build-plugin/commit/63d92a3954a9e30f99107ea9cc63b54de1e6d4ce
Author: Mark Waite <[email protected]>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Test in CI with Java 8, Java 11, and Java 17
Commit: cbd9c89657ed66d4117aaff3c9c145a9577d1263
https://github.com/jenkinsci/discard-old-build-plugin/commit/cbd9c89657ed66d4117aaff3c9c145a9577d1263
Author: Mark Waite <[email protected]>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/discardbuild/DiscardBuildPublisher.java
Log Message:
-----------
Suppress 2 spotbugs warnings
"DM_DEFAULT_ENCODING" - "Replace in Java 11 with two argument FileReader call"
"SIC_INNER_SHOULD_BE_STATIC" - "Evaluate later if interest in the plugin rises"
Commit: f04e012b253e8056f66eed7ab5af5670d4b828d0
https://github.com/jenkinsci/discard-old-build-plugin/commit/f04e012b253e8056f66eed7ab5af5670d4b828d0
Author: Mark Waite <[email protected]>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/discardbuild/DiscardBuildPublisher.java
Log Message:
-----------
Use try with resources to assure file is closed
Commit: d3c619362bcfdc498827684cb8fabda5745705f9
https://github.com/jenkinsci/discard-old-build-plugin/commit/d3c619362bcfdc498827684cb8fabda5745705f9
Author: Mark Waite <[email protected]>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/discardbuild/DiscardBuildPublisher.java
Log Message:
-----------
Remove dead local stores
Thanks to spotbugs for detecting them
Commit: d13ef4506b59e0cc51ad58240c3652484fcc2a69
https://github.com/jenkinsci/discard-old-build-plugin/commit/d13ef4506b59e0cc51ad58240c3652484fcc2a69
Author: Mark Waite <[email protected]>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/discardbuild/DiscardBuildPublisher.java
Log Message:
-----------
Use correct newline markup in logging statement
Commit: 54dcc43abc9c0e00c9e143142c3d56c1ba9acfe1
https://github.com/jenkinsci/discard-old-build-plugin/commit/54dcc43abc9c0e00c9e143142c3d56c1ba9acfe1
Author: Mark Waite <[email protected]>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Require Jenkins 2.346.3 or newer
Commit: a7a480ea93a0059e57ed9a32b39488dcea934e53
https://github.com/jenkinsci/discard-old-build-plugin/commit/a7a480ea93a0059e57ed9a32b39488dcea934e53
Author: Mark Waite <[email protected]>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Use correct SCM urls in pom file
Commit: 7a9a2d4062cba22011756524a0b2c95542d5d7ef
https://github.com/jenkinsci/discard-old-build-plugin/commit/7a9a2d4062cba22011756524a0b2c95542d5d7ef
Author: Mark Waite <[email protected]>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Use GitHub for documentation
Commit: aac95edd4b05e0905092c13adc5a7be210c4f374
https://github.com/jenkinsci/discard-old-build-plugin/commit/aac95edd4b05e0905092c13adc5a7be210c4f374
Author: Mark Waite <[email protected]>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml
Log Message:
-----------
Support incremental delivery
https://www.jenkins.io/doc/developer/plugin-development/incrementals
Commit: cc358e13039c95b76902e0a19033015d0952aa8b
https://github.com/jenkinsci/discard-old-build-plugin/commit/cc358e13039c95b76902e0a19033015d0952aa8b
Author: Mark Waite <[email protected]>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M
src/main/java/org/jenkinsci/plugins/discardbuild/DiscardBuildPublisher.java
Log Message:
-----------
Fix javadoc errors
Commit: 4d0ef3fa8358c47f2b887c45f5261601517069be
https://github.com/jenkinsci/discard-old-build-plugin/commit/4d0ef3fa8358c47f2b887c45f5261601517069be
Author: Mark Waite <[email protected]>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Add missing scm.tag value for incrementals
Commit: 638f4e0679874c8e7b2115e6965ecb1802501511
https://github.com/jenkinsci/discard-old-build-plugin/commit/638f4e0679874c8e7b2115e6965ecb1802501511
Author: Mark Waite <[email protected]>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M Jenkinsfile
M pom.xml
M
src/main/java/org/jenkinsci/plugins/discardbuild/DiscardBuildPublisher.java
Log Message:
-----------
Merge pull request #18 from MarkEWaite/add-a-jenkinsfile
Require Jenkins 2.346.3 or newer
Compare:
https://github.com/jenkinsci/discard-old-build-plugin/compare/42b547fd6adb...638f4e067987
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/discard-old-build-plugin/push/refs/heads/master/42b547-638f4e%40github.com.