From 301692369180d204d687f8430a718948cf3b0a7e Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 16 Dec 2023 09:10:55 -0700 Subject: [PATCH] Allow developer control of parallel testing (#214) --- Jenkinsfile | 1 + pom.xml | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 58237ae..db00f14 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,7 @@ https://github.com/jenkins-infra/pipeline-library/ */ buildPlugin( + forkCount: '1C', useContainerAgent: true, configurations: [ [platform: 'linux', jdk: 11], diff --git a/pom.xml b/pom.xml index 5cdb7d8..677a9f5 100644 --- a/pom.xml +++ b/pom.xml @@ -170,15 +170,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - 1C - all - true - -