Remove redundant build_number

Fixes gh-13442
pull/13564/head
Madhura Bhave 7 years ago
parent a7fb3cf182
commit f10972ad32

@ -149,7 +149,6 @@ jobs:
- put: artifactory-repo
params: &artifactory-params
repo: libs-snapshot-local
build_number: "${BUILD_ID}"
folder: distribution-repository
build_uri: "https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}"
build_number: "${BUILD_PIPELINE_NAME}-${BUILD_JOB_NAME}-${BUILD_NAME}"

Loading…
Cancel
Save