Skip to content

Commit 2c32ecb

Browse files
authored
Rely on artifact caching proxy default (jenkinsci#1396)
Artifact caching proxy is now enabled by default.
1 parent 4edb6c1 commit 2c32ecb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Jenkinsfile

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ buildPlugin(
66
useContainerAgent: true,
77
// Show failures on all configurations
88
failFast: false,
9-
// Opt-in to the Artifact Caching Proxy, to be removed when it will be in opt-out.
10-
// See https://github.com/jenkins-infra/helpdesk/issues/2752 for more details and updates.
11-
artifactCachingProxyEnabled: true,
129
// Test Java 11 with a recent LTS, Java 17 on Windows (not ready to test newer LTS versions)
1310
configurations: [
1411
[platform: 'linux', jdk: '11'], // Linux first for coverage report on ci.jenkins.io

0 commit comments

Comments
 (0)