From 6be27e2212fc9b6d8bf3832804c21a5610782dda Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 19 Aug 2021 12:11:15 +0100 Subject: [PATCH] Download artifacts for the publish_gradle_plugin task Closes gh-27759 --- ci/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index fac578c810..c7d7c3a079 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -614,8 +614,9 @@ jobs: trigger: true passed: [promote-release] params: - download_artifacts: false + download_artifacts: true save_build_info: true + threads: 8 - task: publish-gradle-plugin image: ci-image file: git-repo/ci/tasks/publish-gradle-plugin.yml