Skip to content

Commit

Permalink
Merge branch 'master' into guice
Browse files Browse the repository at this point in the history
  • Loading branch information
hoegertn committed Jan 19, 2024
2 parents 99985e2 + 5ea9971 commit 8189a1e
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(jenkinsVersions: [null, '2.102'])
/*
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/
buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 11], // should be bumped to 21 before Nov 2024
[platform: 'windows', jdk: 17],
])

0 comments on commit 8189a1e

Please sign in to comment.