From 7a7bda5e5da442572f7100c3123efc3418cb8b41 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 11 Nov 2022 06:58:15 -0700 Subject: [PATCH 1/2] Test with Jenkins 2.361.3 (Java 11) and 2.375 (Java 17) Broader compilation checks with multiple Java versions and slightly broader test coverage by checking multiple Jenkins versions. --- Jenkinsfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ccf2add38..28d8dcb1a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,4 +2,11 @@ * See the documentation for more options: * https://github.com/jenkins-infra/pipeline-library/ */ -buildPlugin(useContainerAgent: true) +buildPlugin(useContainerAgent: true, + configurations: [ + [platform: 'linux', jdk: '17', jenkins: '2.375'], + [platform: 'linux', jdk: '11', jenkins: '2.361.3'], + [platform: 'windows', jdk: '8'] + ] + +) From f6d09a8102958fec0956361f04fbd7ff507a86e5 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 11 Nov 2022 07:13:54 -0700 Subject: [PATCH 2/2] Prepare for release 1.6.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 08689d9fc..991a6a8a8 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ hpi - 1.5.37 + 1.6.0 -SNAPSHOT 2.346.3 Max