Branch: refs/heads/master Home: https://github.com/jenkinsci/jobcacher-plugin Commit: 60b2b4659dbf5d08feaf7d39b670b380fb383cb5 https://github.com/jenkinsci/jobcacher-plugin/commit/60b2b4659dbf5d08feaf7d39b670b380fb383cb5 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019)
Changed paths: M .gitignore Log Message: ----------- update ignores Commit: 401d11e62ba1a4586123141f50f391bb42bb6822 https://github.com/jenkinsci/jobcacher-plugin/commit/401d11e62ba1a4586123141f50f391bb42bb6822 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: A renovate.json Log Message: ----------- add renovate override Commit: 891cfd63fe12e8d0f2f350362dd2fe5fc14129c8 https://github.com/jenkinsci/jobcacher-plugin/commit/891cfd63fe12e8d0f2f350362dd2fe5fc14129c8 Author: David van Laatum <da...@vanlaatum.id.au> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M src/main/java/jenkins/plugins/jobcacher/CacheManager.java Log Message: ----------- Don't add multiple actions to run to prevent multi entries in the menu Commit: 13859c1714a779c4de34393db6d667bcebcd9cd2 https://github.com/jenkinsci/jobcacher-plugin/commit/13859c1714a779c4de34393db6d667bcebcd9cd2 Author: David van Laatum <da...@vanlaatum.id.au> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M src/main/java/jenkins/plugins/jobcacher/CacheBuildLastAction.java M src/main/java/jenkins/plugins/jobcacher/CacheManager.java Log Message: ----------- Don't add multiple actions to run to prevent multi entries in the menu Commit: 82fd518a0c4ab0587d3770ebd201eb80e0941eac https://github.com/jenkinsci/jobcacher-plugin/commit/82fd518a0c4ab0587d3770ebd201eb80e0941eac Author: Stephan Hoermann <srhoerm...@gmail.com> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M pom.xml Log Message: ----------- Updates to latest AWS Java SDK. Commit: ecfb7528e952e62d4a15072f967e382cb549113f https://github.com/jenkinsci/jobcacher-plugin/commit/ecfb7528e952e62d4a15072f967e382cb549113f Author: Stephan Hoermann <srhoerm...@gmail.com> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M src/main/java/jenkins/plugins/itemstorage/s3/ClientHelper.java A src/main/java/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage.java M src/main/java/jenkins/plugins/itemstorage/s3/S3ItemStorage.java M src/main/java/jenkins/plugins/itemstorage/s3/S3Profile.java M src/main/resources/jenkins/plugins/itemstorage/Messages.properties A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/config.jelly A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-bucketName.html A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-credentialsId.html A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-endpoint.html A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-pathStyleAccess.html A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-region.html A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-signerVersion.html A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help.html Log Message: ----------- Add supports for non AWS S3 backends. Commit: 397d529f17de65a9f3d5a6abf40d953bbd88dc16 https://github.com/jenkinsci/jobcacher-plugin/commit/397d529f17de65a9f3d5a6abf40d953bbd88dc16 Author: Stephan Hoermann <srhoerm...@gmail.com> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M src/main/java/jenkins/plugins/itemstorage/s3/ClientHelper.java M src/main/java/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage.java M src/main/java/jenkins/plugins/itemstorage/s3/S3Callable.java M src/main/java/jenkins/plugins/itemstorage/s3/S3ItemStorage.java M src/main/java/jenkins/plugins/itemstorage/s3/S3Profile.java M src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/config.jelly A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-parallelDownloads.html Log Message: ----------- Adds ability to disable parallel downloads to non AWS S3 item storage. Commit: 3f158bb17b51082f515dc4f0fabcba144e4ee33a https://github.com/jenkinsci/jobcacher-plugin/commit/3f158bb17b51082f515dc4f0fabcba144e4ee33a Author: Stephan Hoermann <srhoerm...@gmail.com> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M src/main/java/jenkins/plugins/itemstorage/ItemStorage.java M src/main/java/jenkins/plugins/itemstorage/local/LocalItemStorage.java M src/main/java/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage.java M src/main/java/jenkins/plugins/itemstorage/s3/S3ItemStorage.java M src/main/java/jenkins/plugins/jobcacher/ArbitraryFileCache.java M src/main/java/jenkins/plugins/jobcacher/Cache.java M src/main/java/jenkins/plugins/jobcacher/CacheManager.java M src/main/java/jenkins/plugins/jobcacher/CacheWrapper.java M src/main/java/jenkins/plugins/jobcacher/pipeline/CacheStep.java M src/main/resources/jenkins/plugins/jobcacher/CacheWrapper/config.jelly M src/main/resources/jenkins/plugins/jobcacher/pipeline/CacheStep/config.jelly A src/main/webapp/help-defaultBranch.html Log Message: ----------- Adds support for default cache from another branch. Commit: 8e94817a1f4e96d0e606b8685c639556c6c546b3 https://github.com/jenkinsci/jobcacher-plugin/commit/8e94817a1f4e96d0e606b8685c639556c6c546b3 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M renovate.json Log Message: ----------- update renovate config Commit: 7f4bdc40ab56977479ad2157350b88995a577359 https://github.com/jenkinsci/jobcacher-plugin/commit/7f4bdc40ab56977479ad2157350b88995a577359 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: A .appveyor.yml Log Message: ----------- add appveyor Commit: fdc20a8a29e8b6d700a3f5d5bc4003c282129cd6 https://github.com/jenkinsci/jobcacher-plugin/commit/fdc20a8a29e8b6d700a3f5d5bc4003c282129cd6 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M .appveyor.yml Log Message: ----------- fix build Commit: a98c702754ee24a7251505b438daf4fcf0ad0552 https://github.com/jenkinsci/jobcacher-plugin/commit/a98c702754ee24a7251505b438daf4fcf0ad0552 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M .appveyor.yml M pom.xml Log Message: ----------- use version from ci Commit: 58acb49bed81292a6093373f103f330ce7b50d3b https://github.com/jenkinsci/jobcacher-plugin/commit/58acb49bed81292a6093373f103f330ce7b50d3b Author: Renovate Bot <b...@renovateapp.com> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M pom.xml Log Message: ----------- Update dependency junit:junit to v4.12 Commit: d6f2415feaff9b195b6cbf634fcde72930748935 https://github.com/jenkinsci/jobcacher-plugin/commit/d6f2415feaff9b195b6cbf634fcde72930748935 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M .appveyor.yml Log Message: ----------- ignore maven deps Commit: 0c0ebed802770bc1467964fb90bbe0c99ba18360 https://github.com/jenkinsci/jobcacher-plugin/commit/0c0ebed802770bc1467964fb90bbe0c99ba18360 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M .appveyor.yml Log Message: ----------- cache maven Commit: e87d40d4037360547188d78651cbc9d98d055c09 https://github.com/jenkinsci/jobcacher-plugin/commit/e87d40d4037360547188d78651cbc9d98d055c09 Author: Renovate Bot <b...@renovateapp.com> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M pom.xml Log Message: ----------- Update dependency org.jenkins-ci.plugins.workflow:workflow-step-api to v1.15 Commit: 7b895a4cb7ba52fc0bf3d796d5e8176c50ebd867 https://github.com/jenkinsci/jobcacher-plugin/commit/7b895a4cb7ba52fc0bf3d796d5e8176c50ebd867 Author: Renovate Bot <b...@renovateapp.com> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M pom.xml Log Message: ----------- Update dependency org.jenkins-ci.plugins:aws-credentials to v1.27 Commit: d6a35725c966c768ff6dc06428a410f639823adb https://github.com/jenkinsci/jobcacher-plugin/commit/d6a35725c966c768ff6dc06428a410f639823adb Author: Renovate Bot <b...@renovateapp.com> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M pom.xml Log Message: ----------- Update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.562 Commit: 4a2e2f41d9d2fb9fbce44eeb5d8bdb091b128473 https://github.com/jenkinsci/jobcacher-plugin/commit/4a2e2f41d9d2fb9fbce44eeb5d8bdb091b128473 Author: Renovate Bot <b...@renovateapp.com> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M pom.xml Log Message: ----------- Update dependency org.jenkins-ci.plugins:credentials to v2.2.0 Commit: 6d32ffcb4992e951511a9c4128fc5cc28e4aaca9 https://github.com/jenkinsci/jobcacher-plugin/commit/6d32ffcb4992e951511a9c4128fc5cc28e4aaca9 Author: Renovate Bot <b...@renovateapp.com> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M pom.xml Log Message: ----------- Update dependency org.jenkins-ci.plugins.workflow:workflow-step-api to v2 Commit: ae8533fae991dfc85a45d07a637e9221a830eaf4 https://github.com/jenkinsci/jobcacher-plugin/commit/ae8533fae991dfc85a45d07a637e9221a830eaf4 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M pom.xml Log Message: ----------- fix transitive deps Commit: 2537c0d5bbaa379945b5c8e1ffbefa5d58f44b5c https://github.com/jenkinsci/jobcacher-plugin/commit/2537c0d5bbaa379945b5c8e1ffbefa5d58f44b5c Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M src/main/java/jenkins/plugins/jobcacher/CacheManager.java Log Message: ----------- fix string compare Commit: 912985a4d2df1b04d424886504758310b5c6a8b3 https://github.com/jenkinsci/jobcacher-plugin/commit/912985a4d2df1b04d424886504758310b5c6a8b3 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M .appveyor.yml Log Message: ----------- reduce logging Commit: f7fbe1d4b7abd74b2f70c1011dac83c1e50a3477 https://github.com/jenkinsci/jobcacher-plugin/commit/f7fbe1d4b7abd74b2f70c1011dac83c1e50a3477 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M .appveyor.yml Log Message: ----------- remove obsolete java args Commit: 572d1bd4a0b376ad3e4ed3c139fe3279d86164bb https://github.com/jenkinsci/jobcacher-plugin/commit/572d1bd4a0b376ad3e4ed3c139fe3279d86164bb Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M .appveyor.yml Log Message: ----------- fix path Commit: a1e87459e86f0dfabb3d654235e55efe0ff7c504 https://github.com/jenkinsci/jobcacher-plugin/commit/a1e87459e86f0dfabb3d654235e55efe0ff7c504 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M .appveyor.yml Log Message: ----------- fix jna lib Commit: 4a3d93aa56891d5778f9f9a7a165b8a753eee6c3 https://github.com/jenkinsci/jobcacher-plugin/commit/4a3d93aa56891d5778f9f9a7a165b8a753eee6c3 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M .appveyor.yml Log Message: ----------- fix typo Commit: 2d6ecad7703047b440a66c1349367d2518c542cc https://github.com/jenkinsci/jobcacher-plugin/commit/2d6ecad7703047b440a66c1349367d2518c542cc Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-11 (Thu, 11 Jul 2019) Changed paths: M renovate.json Log Message: ----------- update renovate config Commit: b6d513d4b6b3ab0bc5412967576a2a6271f14157 https://github.com/jenkinsci/jobcacher-plugin/commit/b6d513d4b6b3ab0bc5412967576a2a6271f14157 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-11 (Thu, 11 Jul 2019) Changed paths: M renovate.json Log Message: ----------- chore(renovate): fix config Commit: 020d9e0a895c83be40b06c29b574ff343cb44d0e https://github.com/jenkinsci/jobcacher-plugin/commit/020d9e0a895c83be40b06c29b574ff343cb44d0e Author: Renovate Bot <b...@renovateapp.com> Date: 2019-07-11 (Thu, 11 Jul 2019) Changed paths: M pom.xml Log Message: ----------- Update dependency org.jenkins-ci.plugins:structs to v1.19 Commit: 9fc1708af1172be33df01462590d5980a6c79ffe https://github.com/jenkinsci/jobcacher-plugin/commit/9fc1708af1172be33df01462590d5980a6c79ffe Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-11 (Thu, 11 Jul 2019) Changed paths: M README.md Log Message: ----------- chore: update readme Commit: 08ceaa69915bb1dcf3d195b8ea99fe62f5467cf8 https://github.com/jenkinsci/jobcacher-plugin/commit/08ceaa69915bb1dcf3d195b8ea99fe62f5467cf8 Author: Renovate Bot <b...@renovateapp.com> Date: 2019-07-11 (Thu, 11 Jul 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v3.47 Commit: 7c2da465cea132f7808f0ab0f05b7f6006280def https://github.com/jenkinsci/jobcacher-plugin/commit/7c2da465cea132f7808f0ab0f05b7f6006280def Author: Michael Kriese <michael.kri...@visualon.de> Date: 2019-07-11 (Thu, 11 Jul 2019) Changed paths: M renovate.json Log Message: ----------- chore(renovate): update config Commit: 0a00101e12f46579fa56eef0d66d4320e8615f37 https://github.com/jenkinsci/jobcacher-plugin/commit/0a00101e12f46579fa56eef0d66d4320e8615f37 Author: Renovate Bot <b...@renovateapp.com> Date: 2019-07-16 (Tue, 16 Jul 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:jackson2-api to v2.9.9.1 Commit: f822c76fc744171caffff99a948d469e7be4148c https://github.com/jenkinsci/jobcacher-plugin/commit/f822c76fc744171caffff99a948d469e7be4148c Author: Renovate Bot <b...@renovateapp.com> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.594 Commit: b4a05ace4ccc5999bc98373ff6bb534da51aa704 https://github.com/jenkinsci/jobcacher-plugin/commit/b4a05ace4ccc5999bc98373ff6bb534da51aa704 Author: Renovate Bot <b...@renovateapp.com> Date: 2019-08-02 (Fri, 02 Aug 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:credentials to v2.2.1 Commit: eeacbe224d5efe1010b6c9cf1f1fbf87518cc269 https://github.com/jenkinsci/jobcacher-plugin/commit/eeacbe224d5efe1010b6c9cf1f1fbf87518cc269 Author: Renovate Bot <b...@renovateapp.com> Date: 2019-08-02 (Fri, 02 Aug 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v3.48 Commit: ab1acd071b4a539eb5d9be0d0b8a484b1e896ebd https://github.com/jenkinsci/jobcacher-plugin/commit/ab1acd071b4a539eb5d9be0d0b8a484b1e896ebd Author: Renovate Bot <b...@renovateapp.com> Date: 2019-08-02 (Fri, 02 Aug 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:structs to v1.20 Commit: ab1f1695e9f93f60bbe1bf0a6d70a3b4e97ad238 https://github.com/jenkinsci/jobcacher-plugin/commit/ab1f1695e9f93f60bbe1bf0a6d70a3b4e97ad238 Author: Renovate Bot <b...@renovateapp.com> Date: 2019-08-24 (Sat, 24 Aug 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v3.49 Commit: 104d8ea6de422f5c72ce5dd3c2e8197d5f36356d https://github.com/jenkinsci/jobcacher-plugin/commit/104d8ea6de422f5c72ce5dd3c2e8197d5f36356d Author: Renovate Bot <b...@renovateapp.com> Date: 2019-08-27 (Tue, 27 Aug 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:credentials to v2.3.0 Commit: 2d47b51572d8930f3d7591f92743d62aa2b3d3dd https://github.com/jenkinsci/jobcacher-plugin/commit/2d47b51572d8930f3d7591f92743d62aa2b3d3dd Author: Renovate Bot <b...@renovateapp.com> Date: 2019-09-02 (Mon, 02 Sep 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-credentials to v1.28 Commit: 2d3351930d80c1f0215fce2b9153b358f3e18f6c https://github.com/jenkinsci/jobcacher-plugin/commit/2d3351930d80c1f0215fce2b9153b358f3e18f6c Author: Renovate Bot <b...@renovateapp.com> Date: 2019-09-17 (Tue, 17 Sep 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v3.50 Commit: 0961b64d858642714040f726c3c4edfc162a8ca8 https://github.com/jenkinsci/jobcacher-plugin/commit/0961b64d858642714040f726c3c4edfc162a8ca8 Author: Renovate Bot <b...@renovateapp.com> Date: 2019-10-07 (Mon, 07 Oct 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.636 Commit: 0e5e6b7195b6300fc59a539c8ed2c8fbae603ab0 https://github.com/jenkinsci/jobcacher-plugin/commit/0e5e6b7195b6300fc59a539c8ed2c8fbae603ab0 Author: Renovate Bot <b...@renovateapp.com> Date: 2019-10-07 (Mon, 07 Oct 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:jackson2-api to v2.9.10 Commit: 76627f32fdda6a92d94f6cd5309741277f96ff74 https://github.com/jenkinsci/jobcacher-plugin/commit/76627f32fdda6a92d94f6cd5309741277f96ff74 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2019-10-10 (Thu, 10 Oct 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:jackson2-api to v2.10.0 (#22) Commit: acf1b62821f662fee5c0a64f41aebd507a5d9c20 https://github.com/jenkinsci/jobcacher-plugin/commit/acf1b62821f662fee5c0a64f41aebd507a5d9c20 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2019-10-16 (Wed, 16 Oct 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.650 (#23) Commit: 7d805d7e62ab053fd7739c3d33a08cbd029d18ec https://github.com/jenkinsci/jobcacher-plugin/commit/7d805d7e62ab053fd7739c3d33a08cbd029d18ec Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2019-11-13 (Wed, 13 Nov 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.670 (#25) Commit: 0a87179b236ecc8aa4b0c8b6fc7bb703130c7ab1 https://github.com/jenkinsci/jobcacher-plugin/commit/0a87179b236ecc8aa4b0c8b6fc7bb703130c7ab1 Author: Renovate Bot <b...@renovateapp.com> Date: 2019-12-06 (Fri, 06 Dec 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.687 Commit: 3912e19a1dc05d7f825a36e6973aca520406e31d https://github.com/jenkinsci/jobcacher-plugin/commit/3912e19a1dc05d7f825a36e6973aca520406e31d Author: Renovate Bot <b...@renovateapp.com> Date: 2019-12-06 (Fri, 06 Dec 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:jackson2-api to v2.10.1 Commit: 8a80c209e9ac7b5a07bb2606bba8601a42203ad0 https://github.com/jenkinsci/jobcacher-plugin/commit/8a80c209e9ac7b5a07bb2606bba8601a42203ad0 Author: Renovate Bot <b...@renovateapp.com> Date: 2019-12-06 (Fri, 06 Dec 2019) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins.workflow:workflow-step-api to v2.21 Commit: b7b394739565102098ee3bcbf8f2f6b56b746b81 https://github.com/jenkinsci/jobcacher-plugin/commit/b7b394739565102098ee3bcbf8f2f6b56b746b81 Author: Renovate Bot <b...@renovateapp.com> Date: 2020-01-02 (Thu, 02 Jan 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency junit:junit to v4.13 Commit: 801595a772aeb5343842428c4ab49aca98372293 https://github.com/jenkinsci/jobcacher-plugin/commit/801595a772aeb5343842428c4ab49aca98372293 Author: Renovate Bot <b...@renovateapp.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins.workflow:workflow-step-api to v2.22 Commit: 88d9931941f2f650ceee1b4c3ac8bd059c32af08 https://github.com/jenkinsci/jobcacher-plugin/commit/88d9931941f2f650ceee1b4c3ac8bd059c32af08 Author: Renovate Bot <b...@renovateapp.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:jackson2-api to v2.10.2 Commit: 5b596767d77af1f4391cf9837acc85d9bd3f49f8 https://github.com/jenkinsci/jobcacher-plugin/commit/5b596767d77af1f4391cf9837acc85d9bd3f49f8 Author: Renovate Bot <b...@renovateapp.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.700 Commit: 11314bae647ba9f7b4fe5a438f89d35ffbb8b6a8 https://github.com/jenkinsci/jobcacher-plugin/commit/11314bae647ba9f7b4fe5a438f89d35ffbb8b6a8 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: R .appveyor.yml A .github/workflows/maven.yml Log Message: ----------- feat(ci): migrate to github action (#34) Commit: 0efdec8d89e228ba04b5ea2597c7ed9f1c1702d0 https://github.com/jenkinsci/jobcacher-plugin/commit/0efdec8d89e228ba04b5ea2597c7ed9f1c1702d0 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M pom.xml Log Message: ----------- fix: remove implicit dependency (#35) Commit: 6a3db19b3f62bd758cfbd8d9f930ec63cab683fb https://github.com/jenkinsci/jobcacher-plugin/commit/6a3db19b3f62bd758cfbd8d9f930ec63cab683fb Author: Renovate Bot <b...@renovateapp.com> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v3.55 Commit: c5ae37566404116950d190af4a11e7f1ab46c819 https://github.com/jenkinsci/jobcacher-plugin/commit/c5ae37566404116950d190af4a11e7f1ab46c819 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M README.md Log Message: ----------- fix: update badge Commit: cd93d6fe4013064c73f4a11bc73974de5f134925 https://github.com/jenkinsci/jobcacher-plugin/commit/cd93d6fe4013064c73f4a11bc73974de5f134925 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M README.md Log Message: ----------- fix: badge url Commit: 143ae205d36470a45037171816d07019cbb8e745 https://github.com/jenkinsci/jobcacher-plugin/commit/143ae205d36470a45037171816d07019cbb8e745 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: A .github/workflows/build.yml R .github/workflows/maven.yml M README.md Log Message: ----------- feat(ci): rename workflow Commit: 27d542b84c0b5f9fc2271f140115011344285f38 https://github.com/jenkinsci/jobcacher-plugin/commit/27d542b84c0b5f9fc2271f140115011344285f38 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M README.md Log Message: ----------- chore: fix badges Commit: 49b5e5024a279d9b54bc36354038a0c4297123f2 https://github.com/jenkinsci/jobcacher-plugin/commit/49b5e5024a279d9b54bc36354038a0c4297123f2 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2020-01-13 (Mon, 13 Jan 2020) Changed paths: M README.md Log Message: ----------- chore: use default badge style Commit: 67659d91a7861498ec935f16da5cd1d3e58b32c9 https://github.com/jenkinsci/jobcacher-plugin/commit/67659d91a7861498ec935f16da5cd1d3e58b32c9 Author: Renovate Bot <b...@renovateapp.com> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:jackson2-api to v2.10.3 Commit: 7eb7e0a4affea64a1792af5cb9e695a70b099946 https://github.com/jenkinsci/jobcacher-plugin/commit/7eb7e0a4affea64a1792af5cb9e695a70b099946 Author: Renovate Bot <b...@renovateapp.com> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.723 Commit: 8be2ccebb129203dd5003c9e28073eb5a12ead1b https://github.com/jenkinsci/jobcacher-plugin/commit/8be2ccebb129203dd5003c9e28073eb5a12ead1b Author: Renovate Bot <b...@renovateapp.com> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v3.57 Commit: c2702fda137e16a302be09d88b545767c6872f35 https://github.com/jenkinsci/jobcacher-plugin/commit/c2702fda137e16a302be09d88b545767c6872f35 Author: Renovate Bot <b...@renovateapp.com> Date: 2020-04-16 (Thu, 16 Apr 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4 Commit: fbaa32f66f6a50c8cf417b3f39f6f7ef94003742 https://github.com/jenkinsci/jobcacher-plugin/commit/fbaa32f66f6a50c8cf417b3f39f6f7ef94003742 Author: Renovate Bot <b...@renovateapp.com> Date: 2020-05-20 (Wed, 20 May 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4.2 Commit: f18e30f909424025252e84f06c01aa43da6f65e4 https://github.com/jenkinsci/jobcacher-plugin/commit/f18e30f909424025252e84f06c01aa43da6f65e4 Author: Renovate Bot <b...@renovateapp.com> Date: 2020-05-21 (Thu, 21 May 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:credentials to v2.3.7 Commit: ccd9bd1d4e761c3d3239b53478827f90d6d4b1f7 https://github.com/jenkinsci/jobcacher-plugin/commit/ccd9bd1d4e761c3d3239b53478827f90d6d4b1f7 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2020-05-21 (Thu, 21 May 2020) Changed paths: M pom.xml Log Message: ----------- chore: raise jenkins version Commit: fee51fdd8bf1825d107fe7bfa11c5aefdacc30a6 https://github.com/jenkinsci/jobcacher-plugin/commit/fee51fdd8bf1825d107fe7bfa11c5aefdacc30a6 Author: Renovate Bot <b...@renovateapp.com> Date: 2020-06-02 (Tue, 02 Jun 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:jackson2-api to v2.11.0 Commit: 8278fa6a0d88168ed76ce7e4c19fe0c0bfd8bb09 https://github.com/jenkinsci/jobcacher-plugin/commit/8278fa6a0d88168ed76ce7e4c19fe0c0bfd8bb09 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2020-06-02 (Tue, 02 Jun 2020) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(ci): use cache v2 Commit: 53049f240cdbc24ca00c6775d297ab99bb0429ad https://github.com/jenkinsci/jobcacher-plugin/commit/53049f240cdbc24ca00c6775d297ab99bb0429ad Author: Michael Kriese <michael.kri...@visualon.de> Date: 2020-06-02 (Tue, 02 Jun 2020) Changed paths: M README.md Log Message: ----------- chore: update badges Commit: 1fd8c5d05ec1abf5258e9587626498c2773394e6 https://github.com/jenkinsci/jobcacher-plugin/commit/1fd8c5d05ec1abf5258e9587626498c2773394e6 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-06-10 (Wed, 10 Jun 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:credentials to v2.3.8 (#47) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: ac2cb1727096edfccba28adb96409922d38cfd28 https://github.com/jenkinsci/jobcacher-plugin/commit/ac2cb1727096edfccba28adb96409922d38cfd28 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-07-14 (Tue, 14 Jul 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:jackson2-api to v2.11.1 (#55) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: b430d1e2f84c22347cc93ed014541fa48a251ffd https://github.com/jenkinsci/jobcacher-plugin/commit/b430d1e2f84c22347cc93ed014541fa48a251ffd Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-07-14 (Tue, 14 Jul 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:credentials to v2.3.11 (#53) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 6de7d051fe4594a30cacdbb4aa1900172de71abe https://github.com/jenkinsci/jobcacher-plugin/commit/6de7d051fe4594a30cacdbb4aa1900172de71abe Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-07-18 (Sat, 18 Jul 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4.4 (#51) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 1e786c2d17fa7cfa2cfc98d54e4042fe5a5b63bb https://github.com/jenkinsci/jobcacher-plugin/commit/1e786c2d17fa7cfa2cfc98d54e4042fe5a5b63bb Author: Michael Kriese <michael.kri...@visualon.de> Date: 2020-07-20 (Mon, 20 Jul 2020) Changed paths: M pom.xml Log Message: ----------- chore: raise jenkins level to 2.222.4 Commit: 98017f52c88a519791ae9770c34f1cb33ffa8f61 https://github.com/jenkinsci/jobcacher-plugin/commit/98017f52c88a519791ae9770c34f1cb33ffa8f61 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-07-20 (Mon, 20 Jul 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:credentials to v2.3.12 (#56) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: e50d1ea9cf38fcb1d2dc477d2b968744b32a63fe https://github.com/jenkinsci/jobcacher-plugin/commit/e50d1ea9cf38fcb1d2dc477d2b968744b32a63fe Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-07-20 (Mon, 20 Jul 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.821 (#54) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 2c173c357f438b11311d9545b5da995a1b08cd7a https://github.com/jenkinsci/jobcacher-plugin/commit/2c173c357f438b11311d9545b5da995a1b08cd7a Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-09-06 (Sun, 06 Sep 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:jackson2-api to v2.11.2 (#58) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 1d77bfd452236b7059e8d9c3d6baa813fa4b5096 https://github.com/jenkinsci/jobcacher-plugin/commit/1d77bfd452236b7059e8d9c3d6baa813fa4b5096 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2020-09-06 (Sun, 06 Sep 2020) Changed paths: M pom.xml Log Message: ----------- fix: force higher plugin resolution Commit: 8989d085b09b67b55da5df1ae71830c3e0f8e9fe https://github.com/jenkinsci/jobcacher-plugin/commit/8989d085b09b67b55da5df1ae71830c3e0f8e9fe Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-09-06 (Sun, 06 Sep 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4.7 (#57) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: dfcfe17822244864055d72ecd89794b03f4b2784 https://github.com/jenkinsci/jobcacher-plugin/commit/dfcfe17822244864055d72ecd89794b03f4b2784 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-09-07 (Mon, 07 Sep 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:script-security to v1.74 (#61) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 5472d48ad83ff9dfd5005f79cd46d8d624c4d615 https://github.com/jenkinsci/jobcacher-plugin/commit/5472d48ad83ff9dfd5005f79cd46d8d624c4d615 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-09-07 (Mon, 07 Sep 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:credentials to v2.3.13 (#60) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 32e911e2a1541d2f5152e4e900ff8baf11ebf43b https://github.com/jenkinsci/jobcacher-plugin/commit/32e911e2a1541d2f5152e4e900ff8baf11ebf43b Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-09-07 (Mon, 07 Sep 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.854 (#59) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 580890af7bc3577c104e34d5961d14e389c6b313 https://github.com/jenkinsci/jobcacher-plugin/commit/580890af7bc3577c104e34d5961d14e389c6b313 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-09-29 (Tue, 29 Sep 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4.8 (#63) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: fc0961226b78b84d3a6b03336563f7021daecf9a https://github.com/jenkinsci/jobcacher-plugin/commit/fc0961226b78b84d3a6b03336563f7021daecf9a Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-09-29 (Tue, 29 Sep 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:script-security to v1.75 (#62) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: c8a30df0df36f06cc88145ab937a30e29a6fe5de https://github.com/jenkinsci/jobcacher-plugin/commit/c8a30df0df36f06cc88145ab937a30e29a6fe5de Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-10-02 (Fri, 02 Oct 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4.9 (#64) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 0b130bc8f3db2975a2677474cd15876b0356b1d9 https://github.com/jenkinsci/jobcacher-plugin/commit/0b130bc8f3db2975a2677474cd15876b0356b1d9 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-10-19 (Mon, 19 Oct 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins.workflow:workflow-step-api to v2.23 (#67) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 0a74a8331335ffe1e3d9e5cb2895d8ab5c6796a6 https://github.com/jenkinsci/jobcacher-plugin/commit/0a74a8331335ffe1e3d9e5cb2895d8ab5c6796a6 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-10-19 (Mon, 19 Oct 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4.12 (#66) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 55e3384eb020f4fea33675475f69b08fe94aad68 https://github.com/jenkinsci/jobcacher-plugin/commit/55e3384eb020f4fea33675475f69b08fe94aad68 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-10-21 (Wed, 21 Oct 2020) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/upload-artifact action to v2 (#68) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 8af381d7caf22ebbb36ae19796b37584f68f18ca https://github.com/jenkinsci/jobcacher-plugin/commit/8af381d7caf22ebbb36ae19796b37584f68f18ca Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-10-21 (Wed, 21 Oct 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:jackson2-api to v2.11.3 (#65) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 139ada95c872ce446bb32ac14e418cb313fcdd65 https://github.com/jenkinsci/jobcacher-plugin/commit/139ada95c872ce446bb32ac14e418cb313fcdd65 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-11-16 (Mon, 16 Nov 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4.13 (#69) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 91976f33969efd2011d6da0ba437cbd536806522 https://github.com/jenkinsci/jobcacher-plugin/commit/91976f33969efd2011d6da0ba437cbd536806522 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-11-19 (Thu, 19 Nov 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:credentials to v2.3.14 (#70) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: be6f2f25c874e437b758a2161a2a5f0480adc2b1 https://github.com/jenkinsci/jobcacher-plugin/commit/be6f2f25c874e437b758a2161a2a5f0480adc2b1 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-12-08 (Tue, 08 Dec 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4.14 (#72) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: b01a7a4ca3cf347629b5156abfa252969781e45b https://github.com/jenkinsci/jobcacher-plugin/commit/b01a7a4ca3cf347629b5156abfa252969781e45b Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-12-16 (Wed, 16 Dec 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:jackson2-api to v2.12.0 (#71) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 4c55e3a6958b848688f08ab1ab42db80a26ae596 https://github.com/jenkinsci/jobcacher-plugin/commit/4c55e3a6958b848688f08ab1ab42db80a26ae596 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2020-12-23 (Wed, 23 Dec 2020) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4.15 (#73) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: a53c9c07dcd68b13a8318caab8675e5cee752426 https://github.com/jenkinsci/jobcacher-plugin/commit/a53c9c07dcd68b13a8318caab8675e5cee752426 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-01-08 (Fri, 08 Jan 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.930 (#74) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 1d55641fe24fc2ec70e7d63d534e9f3d9698091e https://github.com/jenkinsci/jobcacher-plugin/commit/1d55641fe24fc2ec70e7d63d534e9f3d9698091e Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-01-13 (Wed, 13 Jan 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:jackson2-api to v2.12.1 (#75) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 9d929ae9e19338fb15d4c5cacef9e0ea9f3e0ee9 https://github.com/jenkinsci/jobcacher-plugin/commit/9d929ae9e19338fb15d4c5cacef9e0ea9f3e0ee9 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-02-05 (Fri, 05 Feb 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:structs to v1.21 (#78) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 5fbc9dffc7d4309cdb15a6a2b81705218e6ac653 https://github.com/jenkinsci/jobcacher-plugin/commit/5fbc9dffc7d4309cdb15a6a2b81705218e6ac653 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-02-05 (Fri, 05 Feb 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:script-security to v1.76 (#77) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 4de141a26c0cbb97de4f0f57b9e1b59de1923871 https://github.com/jenkinsci/jobcacher-plugin/commit/4de141a26c0cbb97de4f0f57b9e1b59de1923871 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-02-05 (Fri, 05 Feb 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4.16 (#76) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 359a3ad305da41aebcfcf599cbef15d667b6dd6c https://github.com/jenkinsci/jobcacher-plugin/commit/359a3ad305da41aebcfcf599cbef15d667b6dd6c Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-02-21 (Sun, 21 Feb 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:structs to v1.22 (#81) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 9c38c5593840a5c8a016ea78332e43aba461d493 https://github.com/jenkinsci/jobcacher-plugin/commit/9c38c5593840a5c8a016ea78332e43aba461d493 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-02-21 (Sun, 21 Feb 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:credentials to v2.3.15 (#79) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 8e6a918e3ff96970d9196d948ee43200b46beb22 https://github.com/jenkinsci/jobcacher-plugin/commit/8e6a918e3ff96970d9196d948ee43200b46beb22 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-02-21 (Sun, 21 Feb 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.955 (#80) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 7c69973d296a4c4a1baa39ccbf7f0a13ccffe41c https://github.com/jenkinsci/jobcacher-plugin/commit/7c69973d296a4c4a1baa39ccbf7f0a13ccffe41c Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-03-08 (Mon, 08 Mar 2021) Changed paths: A .github/pull.yml M .github/workflows/build.yml M pom.xml M renovate.json Log Message: ----------- chore: update build Commit: 0924c1d0d7afd2ddcef3cff30bb75f08170fe4c3 https://github.com/jenkinsci/jobcacher-plugin/commit/0924c1d0d7afd2ddcef3cff30bb75f08170fe4c3 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-03-08 (Mon, 08 Mar 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore: build on pr Commit: 19e36efe740a0a711591884a2313418a5ec89c1a https://github.com/jenkinsci/jobcacher-plugin/commit/19e36efe740a0a711591884a2313418a5ec89c1a Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-03-08 (Mon, 08 Mar 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/cache action to v2.1.4 (#83) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: b267ab5338e5462e35f47d0f75c0019c7da722a0 https://github.com/jenkinsci/jobcacher-plugin/commit/b267ab5338e5462e35f47d0f75c0019c7da722a0 Author: Renovate Bot <b...@renovateapp.com> Date: 2021-03-08 (Mon, 08 Mar 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/upload-artifact action to v2.0.1 Commit: 416009e82428179d7540950d75b739288d835e6e https://github.com/jenkinsci/jobcacher-plugin/commit/416009e82428179d7540950d75b739288d835e6e Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-03-08 (Mon, 08 Mar 2021) Changed paths: M renovate.json Log Message: ----------- chore: automerge minor Commit: 7e2f7ba72cbec7b563f27fefd784da92374ffb4c https://github.com/jenkinsci/jobcacher-plugin/commit/7e2f7ba72cbec7b563f27fefd784da92374ffb4c Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-03-08 (Mon, 08 Mar 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/checkout action to v2.3.4 (#84) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 361710f0b61ea5f1b0a6aaec15b4dfbc3660f5d2 https://github.com/jenkinsci/jobcacher-plugin/commit/361710f0b61ea5f1b0a6aaec15b4dfbc3660f5d2 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-03-08 (Mon, 08 Mar 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/setup-java action to v1.4.3 (#85) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 5c9f3575d72a18697e18f9cdbbc0d3dd53958617 https://github.com/jenkinsci/jobcacher-plugin/commit/5c9f3575d72a18697e18f9cdbbc0d3dd53958617 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-03-08 (Mon, 08 Mar 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- ci: add releases Commit: 4e7196c56351372040867ea2450925063ad3d4a9 https://github.com/jenkinsci/jobcacher-plugin/commit/4e7196c56351372040867ea2450925063ad3d4a9 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-03-08 (Mon, 08 Mar 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- ci: optional patch version Commit: 492088a0f84f6007a217a2d4f76774e1e156186b https://github.com/jenkinsci/jobcacher-plugin/commit/492088a0f84f6007a217a2d4f76774e1e156186b Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-03-08 (Mon, 08 Mar 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- ci: fix artifact names Commit: 5597d5e8b92e0f0db7a74c071e8c069d8122a541 https://github.com/jenkinsci/jobcacher-plugin/commit/5597d5e8b92e0f0db7a74c071e8c069d8122a541 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-03-12 (Fri, 12 Mar 2021) Changed paths: A .vscode/settings.json M pom.xml Log Message: ----------- feat: use jenkins bom Commit: 55ccf6bbe3f266e5f87cd77bedfe62390ea3c158 https://github.com/jenkinsci/jobcacher-plugin/commit/55ccf6bbe3f266e5f87cd77bedfe62390ea3c158 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-03-12 (Fri, 12 Mar 2021) Changed paths: M renovate.json Log Message: ----------- chore: update config [skip ci] Commit: bcf17b6f219d6a0e0dc57ac7d896739a25f905e9 https://github.com/jenkinsci/jobcacher-plugin/commit/bcf17b6f219d6a0e0dc57ac7d896739a25f905e9 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-03-12 (Fri, 12 Mar 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- ci: update build targets Commit: e26843a27f6071d214582ccff6e807b2536c10a0 https://github.com/jenkinsci/jobcacher-plugin/commit/e26843a27f6071d214582ccff6e807b2536c10a0 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-03-12 (Fri, 12 Mar 2021) Changed paths: M src/main/java/jenkins/plugins/itemstorage/local/LocalItemStorage.java Log Message: ----------- fix: check for null Commit: 81e18249f1aaaeda1ef00a67c5281acb1a3c9dab https://github.com/jenkinsci/jobcacher-plugin/commit/81e18249f1aaaeda1ef00a67c5281acb1a3c9dab Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-03-12 (Fri, 12 Mar 2021) Changed paths: M src/main/java/jenkins/plugins/itemstorage/GlobalItemStorage.java M src/main/java/jenkins/plugins/itemstorage/ObjectPath.java M src/main/java/jenkins/plugins/itemstorage/local/LocalItemStorage.java M src/main/java/jenkins/plugins/itemstorage/local/LocalObjectPath.java M src/main/java/jenkins/plugins/itemstorage/s3/ClientHelper.java M src/main/java/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage.java M src/main/java/jenkins/plugins/itemstorage/s3/S3Callable.java M src/main/java/jenkins/plugins/itemstorage/s3/S3ItemStorage.java M src/main/java/jenkins/plugins/itemstorage/s3/S3ObjectPath.java M src/main/java/jenkins/plugins/jobcacher/Cache.java M src/main/java/jenkins/plugins/jobcacher/CacheManager.java M src/main/java/jenkins/plugins/jobcacher/CacheProjectAction.java M src/main/java/jenkins/plugins/jobcacher/CacheWrapper.java M src/main/java/jenkins/plugins/jobcacher/pipeline/CacheStep.java Log Message: ----------- feat: fix deprecations and code style Commit: 201469592ac399906063d6ae753b2fcf3b28ffb9 https://github.com/jenkinsci/jobcacher-plugin/commit/201469592ac399906063d6ae753b2fcf3b28ffb9 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-03-12 (Fri, 12 Mar 2021) Changed paths: M src/main/java/jenkins/plugins/itemstorage/GlobalItemStorage.java Log Message: ----------- fix: invalid types Commit: a0ff04f63144c6412c65276098010f050d567159 https://github.com/jenkinsci/jobcacher-plugin/commit/a0ff04f63144c6412c65276098010f050d567159 Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-03-12 (Fri, 12 Mar 2021) Changed paths: M src/main/java/jenkins/plugins/itemstorage/GlobalItemStorage.java Log Message: ----------- fix: update annotations Commit: f8680433043526ae89ec753270b90bae639e2a86 https://github.com/jenkinsci/jobcacher-plugin/commit/f8680433043526ae89ec753270b90bae639e2a86 Author: Renovate Bot <b...@renovateapp.com> Date: 2021-03-12 (Fri, 12 Mar 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4.17 Commit: d892493179fb125873e4786273867a260b0142fb https://github.com/jenkinsci/jobcacher-plugin/commit/d892493179fb125873e4786273867a260b0142fb Author: Renovate Bot <b...@renovateapp.com> Date: 2021-03-12 (Fri, 12 Mar 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency io.jenkins.tools.bom:bom-2.263.x to v26 Commit: dd1a40a353eedada1e3a9c7f150a96cb8dfce6f6 https://github.com/jenkinsci/jobcacher-plugin/commit/dd1a40a353eedada1e3a9c7f150a96cb8dfce6f6 Author: Renovate Bot <b...@renovateapp.com> Date: 2021-03-12 (Fri, 12 Mar 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.973 Commit: 807e27c497541b02355a5e546c8ae6e937709c49 https://github.com/jenkinsci/jobcacher-plugin/commit/807e27c497541b02355a5e546c8ae6e937709c49 Author: Renovate Bot <b...@renovateapp.com> Date: 2021-03-17 (Wed, 17 Mar 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.976 Commit: af2f31d2d03b1b01c07f05f85f157ba708594228 https://github.com/jenkinsci/jobcacher-plugin/commit/af2f31d2d03b1b01c07f05f85f157ba708594228 Author: Renovate Bot <b...@renovateapp.com> Date: 2021-03-18 (Thu, 18 Mar 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-credentials to v1.28.1 Commit: 279aeef0964a9fbd7de0d0816e53ee79a3c4e109 https://github.com/jenkinsci/jobcacher-plugin/commit/279aeef0964a9fbd7de0d0816e53ee79a3c4e109 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-04-06 (Tue, 06 Apr 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency io.jenkins.tools.bom:bom-2.263.x to v27 (#86) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: a7e685f2c99906a53fa547f3905693817279795f https://github.com/jenkinsci/jobcacher-plugin/commit/a7e685f2c99906a53fa547f3905693817279795f Author: Renovate Bot <b...@renovateapp.com> Date: 2021-04-06 (Tue, 06 Apr 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/download-artifact action to v2.0.9 Commit: f5fba4123da4da18180d7dbbb2950f43975691c8 https://github.com/jenkinsci/jobcacher-plugin/commit/f5fba4123da4da18180d7dbbb2950f43975691c8 Author: Renovate Bot <b...@renovateapp.com> Date: 2021-04-06 (Tue, 06 Apr 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/upload-artifact action to v2.2.3 Commit: 2045be2301740950ecaae0dfdcb6bd99ea2a7070 https://github.com/jenkinsci/jobcacher-plugin/commit/2045be2301740950ecaae0dfdcb6bd99ea2a7070 Author: Renovate Bot <b...@renovateapp.com> Date: 2021-04-09 (Fri, 09 Apr 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-java-sdk to v1.11.995 Commit: 87829a606caca2a0bfa48ad39a3eb30c4cc6ce2f https://github.com/jenkinsci/jobcacher-plugin/commit/87829a606caca2a0bfa48ad39a3eb30c4cc6ce2f Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-04-12 (Mon, 12 Apr 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4.18 (#87) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 6c70a21f6507bd6a296840cf3f4653dcd063c4ca https://github.com/jenkinsci/jobcacher-plugin/commit/6c70a21f6507bd6a296840cf3f4653dcd063c4ca Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-04-12 (Mon, 12 Apr 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:aws-credentials to v1.29 (#88) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: cf6d9aecc6fcb22c175a1d2cd4d78b9a086a81fb https://github.com/jenkinsci/jobcacher-plugin/commit/cf6d9aecc6fcb22c175a1d2cd4d78b9a086a81fb Author: Renovate Bot <b...@renovateapp.com> Date: 2021-04-12 (Mon, 12 Apr 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/cache action to v2.1.5 Commit: 5a92bb49ef496e98b905836ada6e45e730972288 https://github.com/jenkinsci/jobcacher-plugin/commit/5a92bb49ef496e98b905836ada6e45e730972288 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-04-15 (Thu, 15 Apr 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency io.jenkins.tools.bom:bom-2.263.x to v28 (#89) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: fbde1c12499bf0cb8938b547b1bbc3686a6c0fa7 https://github.com/jenkinsci/jobcacher-plugin/commit/fbde1c12499bf0cb8938b547b1bbc3686a6c0fa7 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-04-27 (Tue, 27 Apr 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency io.jenkins.tools.bom:bom-2.263.x to v29 (#90) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: cfbf94828940031250052119455ec62423ca7672 https://github.com/jenkinsci/jobcacher-plugin/commit/cfbf94828940031250052119455ec62423ca7672 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-05-06 (Thu, 06 May 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency io.jenkins.tools.bom:bom-2.263.x to v807 (#91) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: c361510dbc364a54f234e3edc0c7f77c2413a016 https://github.com/jenkinsci/jobcacher-plugin/commit/c361510dbc364a54f234e3edc0c7f77c2413a016 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-05-22 (Sat, 22 May 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency io.jenkins.tools.bom:bom-2.263.x to v831 (#92) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: be734f49a2becd0e0113c32e8772a7498bc6b5b2 https://github.com/jenkinsci/jobcacher-plugin/commit/be734f49a2becd0e0113c32e8772a7498bc6b5b2 Author: Renovate Bot <b...@renovateapp.com> Date: 2021-05-27 (Thu, 27 May 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/cache action to v2.1.6 Commit: 456eeecbe2e330cadc45c32e2d85e38edfb4522f https://github.com/jenkinsci/jobcacher-plugin/commit/456eeecbe2e330cadc45c32e2d85e38edfb4522f Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-06-02 (Wed, 02 Jun 2021) Changed paths: M pom.xml Log Message: ----------- chore(deps): update dependency org.jenkins-ci.plugins:plugin to v4.19 (#93) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 1a4ae8d0fdba01ed15fb3e4e941956c5874e730d https://github.com/jenkinsci/jobcacher-plugin/commit/1a4ae8d0fdba01ed15fb3e4e941956c5874e730d Author: Renovate Bot <b...@renovateapp.com> Date: 2021-06-16 (Wed, 16 Jun 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/upload-artifact action to v2.2.4 Commit: e8a46f144558472f62b20f306f6521b4571e1fed https://github.com/jenkinsci/jobcacher-plugin/commit/e8a46f144558472f62b20f306f6521b4571e1fed Author: Renovate Bot <b...@renovateapp.com> Date: 2021-06-16 (Wed, 16 Jun 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/download-artifact action to v2.0.10 Commit: f44bf3be6c4aed07d14f5e11578e75d899a6e52e https://github.com/jenkinsci/jobcacher-plugin/commit/f44bf3be6c4aed07d14f5e11578e75d899a6e52e Author: Michael Kriese <michael.kri...@visualon.de> Date: 2021-06-17 (Thu, 17 Jun 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- ci: skip local pr builds Commit: 1490db2f9223e9e32254bb99aa02f12395cb4c9b https://github.com/jenkinsci/jobcacher-plugin/commit/1490db2f9223e9e32254bb99aa02f12395cb4c9b Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-06-17 (Thu, 17 Jun 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/setup-java action to v2 (#94) Co-authored-by: Renovate Bot <b...@renovateapp.com> Co-authored-by: Michael Kriese <michael.kri...@visualon.de> Commit: 6ba829cd9c6167013778eb31fc3f53f0a3e991a1 https://github.com/jenkinsci/jobcacher-plugin/commit/6ba829cd9c6167013778eb31fc3f53f0a3e991a1 Author: Renovate Bot <b...@renovateapp.com> Date: 2021-07-20 (Tue, 20 Jul 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): pin dependencies Commit: 4bad72cded6f43f0631b3282d3759ff3f512ba3e https://github.com/jenkinsci/jobcacher-plugin/commit/4bad72cded6f43f0631b3282d3759ff3f512ba3e Author: Renovate Bot <b...@renovateapp.com> Date: 2021-07-26 (Mon, 26 Jul 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update softprops/action-gh-release commit hash to 08e53e6 Commit: 9cfa3cd11b3b7de9a6ca95c03c4af47a45a67fbb https://github.com/jenkinsci/jobcacher-plugin/commit/9cfa3cd11b3b7de9a6ca95c03c4af47a45a67fbb Author: Renovate Bot <b...@renovateapp.com> Date: 2021-07-27 (Tue, 27 Jul 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update softprops/action-gh-release commit hash to fb0163a Commit: 3d4158abb4288629288133d5525d82e499d46d8e https://github.com/jenkinsci/jobcacher-plugin/commit/3d4158abb4288629288133d5525d82e499d46d8e Author: Renovate Bot <b...@renovateapp.com> Date: 2021-08-08 (Sun, 08 Aug 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update softprops/action-gh-release commit hash to 4de103f Commit: 470293ae7dcea7dd2aa145139f8faee67b7aae0e https://github.com/jenkinsci/jobcacher-plugin/commit/470293ae7dcea7dd2aa145139f8faee67b7aae0e Author: Renovate Bot <b...@renovateapp.com> Date: 2021-08-08 (Sun, 08 Aug 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update softprops/action-gh-release commit hash to 487fcd9 Commit: bd151c9f7da3cbfff7ffdc8b268e2343164e8c67 https://github.com/jenkinsci/jobcacher-plugin/commit/bd151c9f7da3cbfff7ffdc8b268e2343164e8c67 Author: Renovate Bot <b...@renovateapp.com> Date: 2021-08-09 (Mon, 09 Aug 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update softprops/action-gh-release commit hash to 815e458 Commit: 19f4ae9487d109732eee6c180a006eb8fbfe172e https://github.com/jenkinsci/jobcacher-plugin/commit/19f4ae9487d109732eee6c180a006eb8fbfe172e Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-08-11 (Wed, 11 Aug 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update softprops/action-gh-release commit hash to 2d72d86 (#95) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: ed5389ccc30d84e533aa3a3afba48ef0de7fbc5f https://github.com/jenkinsci/jobcacher-plugin/commit/ed5389ccc30d84e533aa3a3afba48ef0de7fbc5f Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-08-12 (Thu, 12 Aug 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/setup-java action to v2.2.0 (#96) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 402687616aa6e96a75d733cb95fa3fbf120a4398 https://github.com/jenkinsci/jobcacher-plugin/commit/402687616aa6e96a75d733cb95fa3fbf120a4398 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-08-27 (Fri, 27 Aug 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/setup-java action to v2.3.0 (#97) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 802f474689d6a49273a7141fd2ce9a68cf48e6bd https://github.com/jenkinsci/jobcacher-plugin/commit/802f474689d6a49273a7141fd2ce9a68cf48e6bd Author: Renovate Bot <b...@renovateapp.com> Date: 2021-09-14 (Tue, 14 Sep 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update softprops/action-gh-release commit hash to 6034af2 Commit: cfab8e257f96a7ded6b85aeabb1397a60d42f927 https://github.com/jenkinsci/jobcacher-plugin/commit/cfab8e257f96a7ded6b85aeabb1397a60d42f927 Author: Renovate Bot <b...@renovateapp.com> Date: 2021-09-29 (Wed, 29 Sep 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/setup-java action to v2.3.1 Commit: 95608a56f506c148e4f59aed9749706fb7f615ec https://github.com/jenkinsci/jobcacher-plugin/commit/95608a56f506c148e4f59aed9749706fb7f615ec Author: Renovate Bot <b...@renovateapp.com> Date: 2021-10-15 (Fri, 15 Oct 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/checkout action to v2.3.5 Commit: 1ee22230e52d074dd6f728e5d57c395c087ecd2e https://github.com/jenkinsci/jobcacher-plugin/commit/1ee22230e52d074dd6f728e5d57c395c087ecd2e Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-11-06 (Sat, 06 Nov 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/checkout action to v2.4.0 (#98) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 70ef781fea2364e6abfc6c8dd8126e20de8441ce https://github.com/jenkinsci/jobcacher-plugin/commit/70ef781fea2364e6abfc6c8dd8126e20de8441ce Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-11-18 (Thu, 18 Nov 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update softprops/action-gh-release commit hash to 1e07f43 (#99) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: cfe7671643b658ea9ad8e0baa8793945c829a5bd https://github.com/jenkinsci/jobcacher-plugin/commit/cfe7671643b658ea9ad8e0baa8793945c829a5bd Author: Renovate Bot <b...@renovateapp.com> Date: 2021-11-23 (Tue, 23 Nov 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/cache action to v2.1.7 Commit: 868b08de92952b822c939ac5ef596b0292cca406 https://github.com/jenkinsci/jobcacher-plugin/commit/868b08de92952b822c939ac5ef596b0292cca406 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-12-03 (Fri, 03 Dec 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/setup-java action to v2.4.0 (#100) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 2ca8458fefe7662509044573eb61d18d4c668546 https://github.com/jenkinsci/jobcacher-plugin/commit/2ca8458fefe7662509044573eb61d18d4c668546 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-12-11 (Sat, 11 Dec 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/download-artifact action to v2.1.0 (#101) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 41e437a2067595e8187fb894b558e74517f863ec https://github.com/jenkinsci/jobcacher-plugin/commit/41e437a2067595e8187fb894b558e74517f863ec Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-12-11 (Sat, 11 Dec 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/upload-artifact action to v2.3.0 (#102) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: d331739b704448a9099220c9c39ee865dee83c23 https://github.com/jenkinsci/jobcacher-plugin/commit/d331739b704448a9099220c9c39ee865dee83c23 Author: Renovate Bot <b...@renovateapp.com> Date: 2021-12-15 (Wed, 15 Dec 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/upload-artifact action to v2.3.1 Commit: e3c4537f1084ed569207352b53bae4d3a795d62a https://github.com/jenkinsci/jobcacher-plugin/commit/e3c4537f1084ed569207352b53bae4d3a795d62a Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: 2021-12-25 (Sat, 25 Dec 2021) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/setup-java action to v2.5.0 (#103) Co-authored-by: Renovate Bot <b...@renovateapp.com> Commit: 8358be64406d236657f0c70effdd03b13bae552c https://github.com/jenkinsci/jobcacher-plugin/commit/8358be64406d236657f0c70effdd03b13bae552c Author: Renovate Bot <b...@renovateapp.com> Date: 2022-04-25 (Mon, 25 Apr 2022) Changed paths: M .github/workflows/build.yml Log Message: ----------- chore(deps): update actions/checkout action to v2.4.2 Commit: df70f91a511a1bc33f0cd9f2995f384a8ef97288 https://github.com/jenkinsci/jobcacher-plugin/commit/df70f91a511a1bc33f0cd9f2995f384a8ef97288 Author: repolevedavaj <jonas.bamber...@gmail.com> Date: 2022-06-02 (Thu, 02 Jun 2022) Changed paths: M src/main/java/jenkins/plugins/itemstorage/ObjectPath.java M src/main/java/jenkins/plugins/itemstorage/local/LocalObjectPath.java M src/main/java/jenkins/plugins/itemstorage/s3/S3DownloadAllCallable.java M src/main/java/jenkins/plugins/itemstorage/s3/S3ObjectPath.java M src/main/java/jenkins/plugins/itemstorage/s3/S3Profile.java M src/main/java/jenkins/plugins/itemstorage/s3/S3UploadAllCallable.java M src/main/java/jenkins/plugins/jobcacher/ArbitraryFileCache.java M src/main/java/jenkins/plugins/jobcacher/Cache.java M src/main/resources/jenkins/plugins/jobcacher/ArbitraryFileCache/config.jelly A src/main/resources/jenkins/plugins/jobcacher/ArbitraryFileCache/help-useDefaultExcludes.html Log Message: ----------- Add option to ArbitraryFileCache to deactivate default excludes (fixes #39) (#105) Add option to ArbitraryFileCache to deactivate default excludes Commit: 4ecc27ce80762ef744e8a25363f7c07c42a78160 https://github.com/jenkinsci/jobcacher-plugin/commit/4ecc27ce80762ef744e8a25363f7c07c42a78160 Author: repolevedavaj <jonas.bamber...@gmail.com> Date: 2022-06-06 (Mon, 06 Jun 2022) Changed paths: R .github/pull.yml R .github/workflows/build.yml M README.md R renovate.json Log Message: ----------- Remove irrelevant changes from fork - Github Actions (will be replaced with Jenkins standard CI/CD) - Renovate integration (will be replaced with Dependabot) - Changes in README Commit: 148adfe26eeb7116b5d2ece9de48295e48a9c516 https://github.com/jenkinsci/jobcacher-plugin/commit/148adfe26eeb7116b5d2ece9de48295e48a9c516 Author: repolevedavaj <jonas.bamber...@gmail.com> Date: 2022-06-06 (Mon, 06 Jun 2022) Changed paths: M .gitignore A .vscode/settings.json M pom.xml M src/main/java/jenkins/plugins/itemstorage/GlobalItemStorage.java M src/main/java/jenkins/plugins/itemstorage/ItemStorage.java M src/main/java/jenkins/plugins/itemstorage/ObjectPath.java M src/main/java/jenkins/plugins/itemstorage/local/LocalItemStorage.java M src/main/java/jenkins/plugins/itemstorage/local/LocalObjectPath.java M src/main/java/jenkins/plugins/itemstorage/s3/ClientHelper.java A src/main/java/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage.java M src/main/java/jenkins/plugins/itemstorage/s3/S3Callable.java M src/main/java/jenkins/plugins/itemstorage/s3/S3DownloadAllCallable.java M src/main/java/jenkins/plugins/itemstorage/s3/S3ItemStorage.java M src/main/java/jenkins/plugins/itemstorage/s3/S3ObjectPath.java M src/main/java/jenkins/plugins/itemstorage/s3/S3Profile.java M src/main/java/jenkins/plugins/itemstorage/s3/S3UploadAllCallable.java M src/main/java/jenkins/plugins/jobcacher/ArbitraryFileCache.java M src/main/java/jenkins/plugins/jobcacher/Cache.java M src/main/java/jenkins/plugins/jobcacher/CacheBuildLastAction.java M src/main/java/jenkins/plugins/jobcacher/CacheManager.java M src/main/java/jenkins/plugins/jobcacher/CacheProjectAction.java M src/main/java/jenkins/plugins/jobcacher/CacheWrapper.java M src/main/java/jenkins/plugins/jobcacher/pipeline/CacheStep.java M src/main/resources/jenkins/plugins/itemstorage/Messages.properties A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/config.jelly A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-bucketName.html A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-credentialsId.html A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-endpoint.html A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-parallelDownloads.html A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-pathStyleAccess.html A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-region.html A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help-signerVersion.html A src/main/resources/jenkins/plugins/itemstorage/s3/NonAWSS3ItemStorage/help.html M src/main/resources/jenkins/plugins/jobcacher/ArbitraryFileCache/config.jelly A src/main/resources/jenkins/plugins/jobcacher/ArbitraryFileCache/help-useDefaultExcludes.html M src/main/resources/jenkins/plugins/jobcacher/CacheWrapper/config.jelly M src/main/resources/jenkins/plugins/jobcacher/pipeline/CacheStep/config.jelly A src/main/webapp/help-defaultBranch.html Log Message: ----------- Merge pull request #10 from jenkinsci/feature/merge-back-fork Merge back visualon/jenkins-jobcacher-plugin fork Compare: https://github.com/jenkinsci/jobcacher-plugin/compare/6080e75fab6e...148adfe26eeb -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jobcacher-plugin/push/refs/heads/master/6080e7-148adf%40github.com.