Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Glick <[email protected]>
  • Loading branch information
strangelookingnerd and jglick authored Jan 10, 2025
1 parent 574ae21 commit aef9e5b
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
Expand Up @@ -4,7 +4,7 @@
*/
buildPlugin(
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
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
useContainerAgent: false, // MinioIntegrationTest
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
Expand Down

0 comments on commit aef9e5b

Please sign in to comment.