From 3edf3954b4e5b527a682a10125c5315c60aea3f0 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Tue, 3 Jan 2023 16:56:22 -0500 Subject: [PATCH 1/3] Update baseline, POM, BOM --- .github/CODEOWNERS | 1 + Jenkinsfile | 7 ++++++- pom.xml | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..54a97f6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @jenkinsci/plain-credentials-plugin-developers diff --git a/Jenkinsfile b/Jenkinsfile index 87a086d..22a78e9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,6 @@ -buildPlugin(configurations: buildPlugin.recommendedConfigurations()) +buildPlugin( + useContainerAgent: true, + configurations: [ + [platform: 'linux', jdk: 17], + [platform: 'windows', jdk: 11], +]) diff --git a/pom.xml b/pom.xml index 49532c2..231dd4c 100644 --- a/pom.xml +++ b/pom.xml @@ -28,8 +28,8 @@ org.jenkins-ci.plugins plugin - 4.44 - + 4.53 + plain-credentials @@ -55,7 +55,7 @@ 999999-SNAPSHOT - 2.319.1 + 2.361.4 jenkinsci/${project.artifactId}-plugin @@ -76,8 +76,8 @@ io.jenkins.tools.bom - bom-2.319.x - 1508.v4b_d09ff0e893 + bom-2.361.x + 1763.v092b_8980a_f5e pom import From d38611184e2d600827a3899010df70d58594a3d0 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Wed, 4 Jan 2023 07:48:39 -0500 Subject: [PATCH 2/3] =?UTF-8?q?Use=20less=20new=20BOM=20at=20@jtnord?= =?UTF-8?q?=E2=80=99s=20request=20:shrug:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: James Nord --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 231dd4c..fbc91a0 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ io.jenkins.tools.bom bom-2.361.x - 1763.v092b_8980a_f5e + 1580.v47b_429a_c853 pom import From 04b691e88b2c7b9cbaf96e10e5cc5cc86110dbfb Mon Sep 17 00:00:00 2001 From: James Nord Date: Wed, 4 Jan 2023 14:35:31 +0000 Subject: [PATCH 3/3] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fbc91a0..8be3140 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ io.jenkins.tools.bom bom-2.361.x - 1580.v47b_429a_c853 + 1580.v47b_429a_c853a pom import