Skip to content

Commit

Permalink
Enable Docker-based tests (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Dec 16, 2023
1 parent ffb03af commit 22553bb
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 @@ -3,7 +3,7 @@
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
useContainerAgent: false, // TestContainers
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
Expand Down

0 comments on commit 22553bb

Please sign in to comment.