Skip to content

Commit

Permalink
Use container agents (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Nov 26, 2024
1 parent 7b70407 commit 1538a34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
buildPlugin(configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])

0 comments on commit 1538a34

Please sign in to comment.