diff --git a/Jenkinsfile b/Jenkinsfile index 942d4a45..519d0a74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -buildPlugin(useContainerAgent: true, configurations: [ +buildPlugin(useContainerAgent: true, forkCount: '1C', configurations: [ [platform: 'linux', jdk: 21], [platform: 'linux', jdk: 17], ]) diff --git a/pom.xml b/pom.xml index cc830dd3..b6d88c4f 100644 --- a/pom.xml +++ b/pom.xml @@ -110,20 +110,6 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - - all - true - 1C - - - - - repo.jenkins-ci.org