Skip to content

Commit

Permalink
Merge pull request #240 from jtnord/container-builds
Browse files Browse the repository at this point in the history
switch to container builds
  • Loading branch information
jtnord committed May 5, 2023
2 parents 4a7712b + 10a3750 commit 9d72e16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
buildPlugin(configurations: [
buildPlugin(
useContainerAgent: true,
configurations: [
// Test Windows & Linux with default values
[ platform: "linux", jdk: "11" ],
[ platform: "windows", jdk: "11"],
Expand Down

0 comments on commit 9d72e16

Please sign in to comment.