Skip to content

Commit

Permalink
Merge pull request #942 from jglick/forkCount
Browse files Browse the repository at this point in the history
Parallelize tests
  • Loading branch information
jglick authored Oct 14, 2024
2 parents dc9d3ae + 58fc372 commit 74a482b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
forkCount: '1C',
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
Expand Down

0 comments on commit 74a482b

Please sign in to comment.