Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.jenkins-ci.plugins-pl…
Browse files Browse the repository at this point in the history
…ugin-4.75
  • Loading branch information
batmat authored Nov 16, 2023
2 parents a6ed4cd + 5f7652a commit 7325a28
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
/*
See the documentation for more options:
https://github.com/jenkins-infra/pipeline-library/
*/ buildPlugin(
useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])

0 comments on commit 7325a28

Please sign in to comment.