Skip to content

Commit

Permalink
Build on container agents (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Jul 28, 2023
1 parent ce91d13 commit 6c8f822
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,4 +1,4 @@
buildPlugin(configurations: [
buildPlugin(useContainerAgent: true, configurations: [
[ platform: "windows", jdk: "11", jenkins: null ],
[ platform: "linux", jdk: "11", jenkins: null ],
[ platform: "linux", jdk: "17", jenkins: null ],
Expand Down

0 comments on commit 6c8f822

Please sign in to comment.