From 6073cf7063b1e2752a0130deed1b139a2e4e56a0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 15 Apr 2021 09:30:14 +0100 Subject: [PATCH] Marking staging tasks as privileged so they can start Docker See gh-26130 --- ci/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 0837a7dc47..09215dd0ec 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -451,6 +451,7 @@ jobs: file: git-repo/ci/tasks/stage.yml params: RELEASE_TYPE: M + privileged: true <<: *gradle-enterprise-task-params <<: *docker-hub-task-params - put: artifactory-repo @@ -471,6 +472,7 @@ jobs: file: git-repo/ci/tasks/stage.yml params: RELEASE_TYPE: RC + privileged: true <<: *gradle-enterprise-task-params <<: *docker-hub-task-params - put: artifactory-repo @@ -491,6 +493,7 @@ jobs: file: git-repo/ci/tasks/stage.yml params: RELEASE_TYPE: RELEASE + privileged: true <<: *gradle-enterprise-task-params <<: *docker-hub-task-params - put: artifactory-repo