From cc2ea1c5d1628ee1bd86b57e6104f0d1c4d59589 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Wed, 1 May 2019 15:41:15 -0700 Subject: [PATCH] Fix problem with artifactory publish --- concourse/pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index f1b7eb201..2dd2d95e0 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -1313,7 +1313,7 @@ jobs: in: s3-headless-maven-out - put: artifactory params: - debug: false + debug: true disable_checksum_uploads: true build_uri: "https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_ID}" build_number: "${BUILD_PIPELINE_NAME}-${BUILD_JOB_NAME}-${BUILD_NAME}" @@ -1321,6 +1321,8 @@ jobs: folder: out exclude: - "**/_remote.repositories" + #Can't publish org.json jar because its got a 'release' version number, and artifactory rejects publishing it in snapshot repo. + - "**/org.json*" - name: build-manifest-yaml-atom-package serial: true plan: