From f5c7872a988fe54748ac3f70f9f2ad199ff98d68 Mon Sep 17 00:00:00 2001 From: gounthar Date: Fri, 13 Oct 2023 15:46:37 +0200 Subject: [PATCH 1/6] Test with Java 21. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2c154f68..176ffe31 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,6 @@ buildPlugin( useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 17], - [platform: 'windows', jdk: 11] + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17] ]) From d63ad7f9409ed783b384902373ca1f9ef493ee63 Mon Sep 17 00:00:00 2001 From: gounthar Date: Fri, 13 Oct 2023 15:47:00 +0200 Subject: [PATCH 2/6] Bump parent pom. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d34f06d9..7923d00b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.jenkins-ci.plugins plugin - 4.53 + 4.74 From e050687d863c4c76c1f073d1c1246735139624fe Mon Sep 17 00:00:00 2001 From: gounthar Date: Fri, 13 Oct 2023 15:47:50 +0200 Subject: [PATCH 3/6] Bump bom version. --- pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7923d00b..1d9668bf 100644 --- a/pom.xml +++ b/pom.xml @@ -54,9 +54,11 @@ - io.jenkins.tools.bom - bom-2.361.x - 1750.v0071fa_4c4a_e3 + + + io.jenkins.tools.bom + bom-2.361.x + 2102.v854b_fec19c92 pom import From a0dcf94fd7c3beae0eebfcadbf9a676edb643f78 Mon Sep 17 00:00:00 2001 From: gounthar Date: Fri, 13 Oct 2023 15:51:28 +0200 Subject: [PATCH 4/6] Bump bom version. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1d9668bf..27018bf6 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,6 @@ - io.jenkins.tools.bom bom-2.361.x 2102.v854b_fec19c92 From 155bc4a539b1224126ce02650daf9fec176ec4b2 Mon Sep 17 00:00:00 2001 From: gounthar Date: Fri, 13 Oct 2023 15:52:46 +0200 Subject: [PATCH 5/6] Update required: Script Security Plugin (script-security 1189.vb_a_b_7c8fd5fde) to be updated to 1229.v4880b_b_e905a_6 or higher --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 27018bf6..2719d4b2 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ org.jenkins-ci.plugins script-security - 1189.vb_a_b_7c8fd5fde + 1229.v4880b_b_e905a_6 From a54e48cb67a9a80290f8b377b2c497f07b2f66a2 Mon Sep 17 00:00:00 2001 From: gounthar Date: Fri, 13 Oct 2023 15:56:37 +0200 Subject: [PATCH 6/6] Bump script-security from 1189.vb_a_b_7c8fd5fde to 1244.ve463715a_f89c --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2719d4b2..184b20f8 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ org.jenkins-ci.plugins script-security - 1229.v4880b_b_e905a_6 + 1244.ve463715a_f89c