Skip to content

Commit

Permalink
Merge pull request #161 from lemeurherve/patch-1
Browse files Browse the repository at this point in the history
chore(Jenkinsfile): try the Artifact Caching Proxy
  • Loading branch information
MarkEWaite authored Oct 21, 2022
2 parents 2806d6b + 6b510f2 commit 9b0610d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
/* Check Java 17 and Java 11 on Linux and Java 8 on Windows */
/* Covers all Java versions and both platforms */
buildPlugin(failFast: false,
// 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', jenkins: '2.342'],
[platform: 'linux', jdk: '11'],
Expand Down

0 comments on commit 9b0610d

Please sign in to comment.