From 80f41132ce2f236e431d869254ad1865d6845893 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Feb 2019 13:20:57 +0100 Subject: [PATCH] Exclude `spring-boot-docs` from Artifactory deployment Closes gh-15809 --- ci/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index ecd5a6dcbb29..8f75fe2191f9 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -191,6 +191,7 @@ jobs: build_number: "${BUILD_PIPELINE_NAME}-${BUILD_JOB_NAME}-${BUILD_NAME}" disable_checksum_uploads: true exclude: + - "**/spring-boot-docs/**" - "**/spring-boot-test-support/**" - "**/spring-boot-configuration-docs/**" - "**/*.effective-pom"