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 - -