Skip to content

Commit

Permalink
keep useArtifactCachingProxy disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sephiroth-j committed Nov 27, 2024
1 parent 366e240 commit cc90e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildPlugin(
forkCount: '1C',
useContainerAgent: true,
useArtifactCachingProxy: true,
useArtifactCachingProxy: false, // workaround for https://github.com/jenkins-infra/pipeline-library/issues/891
jdkVersions: [17],
platforms: ['linux'],
)

0 comments on commit cc90e94

Please sign in to comment.