From 676f163546d521082e5c527cb19db7e4ac470fcf Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 2 Nov 2022 11:42:49 +0100 Subject: [PATCH] Fix Artifactory configuration for docs deployment This commit aligns the Artifactory configuration with the changes applied in gh-29417. In order to be deployed, docs artifacts must have specific properties attached to them. See gh-29417 --- ci/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index c635d360db3..51166cfbf58 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -218,21 +218,21 @@ jobs: threads: 8 artifact_set: - include: - - "/**/spring-*.zip" + - "/**/framework-docs-*.zip" properties: "zip.name": "spring-framework" "zip.displayname": "Spring Framework" "zip.deployed": "false" - include: - - "/**/spring-*-docs.zip" + - "/**/framework-docs-*-docs.zip" properties: "zip.type": "docs" - include: - - "/**/spring-*-dist.zip" + - "/**/framework-docs-*-dist.zip" properties: "zip.type": "dist" - include: - - "/**/spring-*-schema.zip" + - "/**/framework-docs-*-schema.zip" properties: "zip.type": "schema" get_params: