Browse Source

Exclude `spring-boot-docs` from Artifactory deployment

Closes gh-15809
pull/16004/head
Stephane Nicoll 7 years ago
parent
commit
80f41132ce
  1. 1
      ci/pipeline.yml

1
ci/pipeline.yml

@ -191,6 +191,7 @@ jobs: @@ -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"

Loading…
Cancel
Save