From f84014d7dffccdec8969c47e28e2ad6484a460b7 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 21 May 2018 17:24:43 -0700 Subject: [PATCH] Add save_build_info param to maven sync job Update CI pipeline so that the `sync-to-maven-central` job has access to the artifactory build info. Closes gh-13223 --- ci/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 9bd71d6183..e4dffadde1 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -471,6 +471,8 @@ jobs: - get: artifactory-repo trigger: false passed: [promote-release] + params: + save_build_info: true - task: sync-to-maven-central image: spring-boot-ci-image file: git-repo/ci/tasks/sync-to-maven-central.yml