From 79c23b1d6a5c7a8a0efd4c6dbeea16c95af52304 Mon Sep 17 00:00:00 2001 From: Aniket Shitole <91371143+AniketNS@users.noreply.github.com> Date: Tue, 9 Jan 2024 11:34:13 +0530 Subject: [PATCH] Update Jenkinsfile (#614) --- Jenkinsfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8ca2d1aae..c5b70beab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,9 @@ /* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */ -buildPlugin(jdkVersions: [11]) + +buildPlugin( + forkCount: '1C', + useContainerAgent: true, + configurations: [ + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], +])