diff --git a/Jenkinsfile b/Jenkinsfile index 0ee08a4e..33f3c8ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,6 @@ buildPlugin( useContainerAgent: true, + forkCount: '0.75C', configurations: [ [platform: 'linux', jdk: 11], [platform: 'windows', jdk: 11], diff --git a/pom.xml b/pom.xml index bf70f25b..ef98f8ca 100644 --- a/pom.xml +++ b/pom.xml @@ -138,13 +138,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - 0.75C - - org.codehaus.mojo tidy-maven-plugin