diff --git a/Jenkinsfile b/Jenkinsfile index e764f28a9..1b3ba0a74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,6 +5,7 @@ def configurations = [ def params = [ failFast: false, + forkCount: '1C', configurations: configurations, checkstyle: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]], pmd: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]], diff --git a/SUPPORTED-FORMATS.md b/SUPPORTED-FORMATS.md index 5fcb00f1d..a50d19731 100644 --- a/SUPPORTED-FORMATS.md +++ b/SUPPORTED-FORMATS.md @@ -1,4 +1,4 @@ - + # Supported Report Formats The static analysis model supports the following report formats. diff --git a/pom.xml b/pom.xml index 8a9b6aec0..d9dc3f431 100644 --- a/pom.xml +++ b/pom.xml @@ -476,15 +476,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - all - true - 1C - -