From 1c545fb437ea88a668207afaba9de3393c2d034f Mon Sep 17 00:00:00 2001 From: Lehmann_Fabian Date: Thu, 1 Aug 2024 17:26:15 +0200 Subject: [PATCH] Adjust Jenkinsfile Signed-off-by: Lehmann_Fabian --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7e3ccbe..6318d08 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,9 @@ buildPlugin( + forkCount: '1C', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores useContainerAgent: true, configurations: [ [platform: 'linux', jdk: 11], [platform: 'linux', jdk: 17], - [platform: 'linux', jdk: 21], [platform: 'windows', jdk: 11], [platform: 'windows', jdk: 17], - [platform: 'windows', jdk: 21], ])