Skip to content

Commit

Permalink
Run ci.jenkins.io tests in parallel (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Sep 18, 2023
1 parent ac82b80 commit e4bc9ef
Showing 1 changed file with 1 addition and 1 deletion.
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: 17],
[platform: 'windows', jdk: 11],
])

0 comments on commit e4bc9ef

Please sign in to comment.