Skip to content

Commit

Permalink
Use java 11+
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-doubez committed Mar 14, 2024
1 parent c90ba53 commit 1c06ea6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
buildPlugin(useContainerAgent: true,
// Opt-in to the Artifact Caching Proxy, to be removed when it will be in opt-out.
// See https://github.com/jenkins-infra/helpdesk/issues/2752 for more details and updates.
artifactCachingProxyEnabled: true)
// Opt-in to the Artifact Caching Proxy, to be removed when it will be in opt-out.
// See https://github.com/jenkins-infra/helpdesk/issues/2752 for more details and updates.
artifactCachingProxyEnabled: true,
configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
])

0 comments on commit 1c06ea6

Please sign in to comment.