Commit f84014d7 authored by Phillip Webb's avatar Phillip Webb

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
parent 6d8b4710
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment