We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4edb6c1 commit 2c32ecbCopy full SHA for 2c32ecb
Jenkinsfile
@@ -6,9 +6,6 @@ buildPlugin(
6
useContainerAgent: true,
7
// Show failures on all configurations
8
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,
12
// Test Java 11 with a recent LTS, Java 17 on Windows (not ready to test newer LTS versions)
13
configurations: [
14
[platform: 'linux', jdk: '11'], // Linux first for coverage report on ci.jenkins.io
0 commit comments