From f10972ad32ca765baa10c687923a08638f6ee1e6 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 21 Jun 2018 11:59:05 -0700 Subject: [PATCH] Remove redundant build_number Fixes gh-13442 --- ci/pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index c8718b42f4d..60f0b2a7870 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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}"