Skip to content

Commit

Permalink
Add forkCount
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Oct 4, 2023
1 parent 761bd1a commit c33240e
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,5 +1,5 @@
// Builds the plugin using https://github.com/jenkins-infra/pipeline-library
buildPlugin(useContainerAgent: true, configurations: [
buildPlugin(useContainerAgent: true, forkCount: '1C', configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])

0 comments on commit c33240e

Please sign in to comment.