Skip to content

Commit

Permalink
Try to set useContainerAgent to false
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Jun 26, 2023
1 parent 9899039 commit 98d5b1f
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 @@
buildPlugin(
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
useContainerAgent: false, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
Expand Down

0 comments on commit 98d5b1f

Please sign in to comment.