From 8633ddc1987af9c2cfc0ed036b0f713c46d9409f Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Wed, 28 Mar 2018 18:53:16 -0700 Subject: [PATCH] Fix exclude pattern --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index e39a117283..17ae69d25f 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -126,7 +126,7 @@ jobs: build_number: "${BUILD_PIPELINE_NAME}-${BUILD_JOB_NAME}-${BUILD_NAME}" disable_checksum_uploads: true exclude: - - "/**/*.effective-pom" + - "**/*.effective-pom" artifact_set: - include: - "/**/spring-boot-docs-*.zip"