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
This commit is contained in:
Phillip Webb 2018-05-21 17:24:43 -07:00
parent 6d8b4710d7
commit f84014d7df

View File

@ -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