Skip to content

Commit

Permalink
chore: Update build containers
Browse files Browse the repository at this point in the history
amandel committed Dec 30, 2023
1 parent b08e705 commit 5840c9b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
buildPlugin()
/*
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])

0 comments on commit 5840c9b

Please sign in to comment.