From 72dfebfa9730e9ecaef24248179517e860f0a5a9 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Wed, 6 Mar 2024 15:13:02 +0100 Subject: [PATCH] Revert "useArtifactCachingProxy: false" This reverts commit 3aff4a302b7bdfe2f8418af88c8c9947715ee18e. --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index de57e5f..09032da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,6 @@ buildPlugin( forkCount: '1C', // run this number of tests in parallel for faster feedback. If the number terminates with a 'C', the value will be multiplied by the number of available CPU cores useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests - useArtifactCachingProxy: false, // because proxying works only with the https://repo.jenkins-ci.org/public/ and ignores other repositories configurations: [ [platform: 'linux', jdk: 21], [platform: 'windows', jdk: 17],