We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d505364 commit 3016923Copy full SHA for 3016923
Jenkinsfile
@@ -3,6 +3,7 @@
3
https://github.com/jenkins-infra/pipeline-library/
4
*/
5
buildPlugin(
6
+ forkCount: '1C',
7
useContainerAgent: true,
8
configurations: [
9
[platform: 'linux', jdk: 11],
pom.xml
@@ -170,15 +170,6 @@
170
</execution>
171
</executions>
172
</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>
182
</plugins>
183
</build>
184
0 commit comments