Skip to content

Commit 3016923

Browse files
authored
Allow developer control of parallel testing (#214)
1 parent d505364 commit 3016923

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
https://github.com/jenkins-infra/pipeline-library/
44
*/
55
buildPlugin(
6+
forkCount: '1C',
67
useContainerAgent: true,
78
configurations: [
89
[platform: 'linux', jdk: 11],

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,6 @@
170170
</execution>
171171
</executions>
172172
</plugin>
173-
<plugin>
174-
<groupId>org.apache.maven.plugins</groupId>
175-
<artifactId>maven-surefire-plugin</artifactId>
176-
<configuration>
177-
<forkCount>1C</forkCount>
178-
<parallel>all</parallel>
179-
<useUnlimitedThreads>true</useUnlimitedThreads>
180-
</configuration>
181-
</plugin>
182173
</plugins>
183174
</build>
184175

0 commit comments

Comments
 (0)