From 98768afe0749dda5036801657fb6b0ce1f5fcb38 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Fri, 8 Oct 2021 16:06:49 -0500 Subject: [PATCH] Add properties to docs.zip when publishing --- ci/pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 5bd86cb..c1ced0c 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -46,6 +46,12 @@ jobs: build_uri: "${ATC_EXTERNAL_URL}/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}" disable_checksum_uploads: true + artifact_set: + - include: + - "/**/*-docs.zip" + properties: + "zip.type": "docs" + "zip.deployed": "false" on_success: *slack-success-notification on_failure: