From 64575310e1c016253f9c1f1428193683dc5fb27d Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Mon, 18 Apr 2022 14:30:47 -0400 Subject: [PATCH] Update POM, test on Java 17 --- Jenkinsfile | 5 ++++- pom.xml | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 34ad4d6..651206a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1,4 @@ -buildPlugin(useContainerAgent: true) +buildPlugin(useContainerAgent: true, configurations: [ + [platform: 'linux', jdk: '17', jenkins: '2.343'], + [platform: 'windows', jdk: '8'], +]) diff --git a/pom.xml b/pom.xml index 25d6973..f07e5a4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.39 + 4.40 io.jenkins.plugins @@ -14,7 +14,6 @@ 999999-SNAPSHOT 2.289.1 - 8 jenkinsci/${project.artifactId}-plugin File Parameter Plugin