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:
parent
6d8b4710d7
commit
f84014d7df
|
@ -471,6 +471,8 @@ jobs:
|
||||||
- get: artifactory-repo
|
- get: artifactory-repo
|
||||||
trigger: false
|
trigger: false
|
||||||
passed: [promote-release]
|
passed: [promote-release]
|
||||||
|
params:
|
||||||
|
save_build_info: true
|
||||||
- task: sync-to-maven-central
|
- task: sync-to-maven-central
|
||||||
image: spring-boot-ci-image
|
image: spring-boot-ci-image
|
||||||
file: git-repo/ci/tasks/sync-to-maven-central.yml
|
file: git-repo/ci/tasks/sync-to-maven-central.yml
|
||||||
|
|
Loading…
Reference in New Issue