Skip to content

Commit

Permalink
Merge pull request #312 from MarkEWaite/move-forkCount-to-Jenkinsfile
Browse files Browse the repository at this point in the history
Allow developer control of parallel testing
  • Loading branch information
StefanSpieker authored Sep 7, 2024
2 parents 9ff2408 + f4b46c7 commit 8f24484
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
buildPlugin(useContainerAgent: true, configurations: [
buildPlugin(useContainerAgent: true, forkCount: '1C', configurations: [
[platform: 'linux', jdk: 21],
[platform: 'linux', jdk: 17],
])
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,20 +110,6 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<parallel>all</parallel>
<useUnlimitedThreads>true</useUnlimitedThreads>
<forkCount>1C</forkCount>
</configuration>
</plugin>
</plugins>
</build>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down

0 comments on commit 8f24484

Please sign in to comment.