From 5f7c7877a0e9ca85269aa8a6f00968f1546a218c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:20:26 +0000 Subject: [PATCH] chore: Update Jenkins Version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6c47ff7c..29190388 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,5 +5,5 @@ buildPlugin(useContainerAgent: true, configurations: [ [ platform: 'windows', jdk: '17', jenkins: null ], // Test latest Jenkins Version. - [ platform: 'linux', jdk: '21', jenkins: '2.433' ] + [ platform: 'linux', jdk: '21', jenkins: '2.434' ] ])