Skip to content

Commit 20a35dd

Browse files
jtnordMarkEWaite
andauthored
apply a default initial forkCount of 1C to new plugins to speedup the build. (#666)
Co-authored-by: Mark Waite <[email protected]>
1 parent d9262ee commit 20a35dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common-files/Jenkinsfile

+1
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', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores
67
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
78
configurations: [
89
[platform: 'linux', jdk: 21],

0 commit comments

Comments
 (0)