Skip to content

Commit

Permalink
Revert "useArtifactCachingProxy: false"
Browse files Browse the repository at this point in the history
This reverts commit 3aff4a3.
  • Loading branch information
NotMyFault authored and Kiryushin-Andrey committed Mar 6, 2024
1 parent 52056a5 commit 72dfebf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Expand Up @@ -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],
Expand Down

0 comments on commit 72dfebf

Please sign in to comment.