Skip to content

Commit

Permalink
Allow developer control of parallel testing (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 authored Sep 13, 2023
2 parents 731678c + 51caeff commit c7be159
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
buildPlugin(
useContainerAgent: true,
forkCount: '0.75C',
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'windows', jdk: 11],
Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>0.75C</forkCount>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>tidy-maven-plugin</artifactId>
Expand Down

0 comments on commit c7be159

Please sign in to comment.