Skip to content

Commit

Permalink
useContainerAgent to false to be able to use testcontainer for PR #1611
Browse files Browse the repository at this point in the history
… (#1613)
  • Loading branch information
olamy authored Jul 29, 2024
1 parent e95dc0a commit fbb5d91
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 @@ -4,7 +4,8 @@
*/
buildPlugin(
forkCount: '1C', // Run a JVM per core in tests
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
// we use Docker for containerized tests
useContainerAgent: false,
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
Expand Down

0 comments on commit fbb5d91

Please sign in to comment.