From dcad69fd23f63fb51e52989992d0aeff0d85fffc Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 11 Oct 2017 18:43:46 -0700 Subject: [PATCH] Fix artifactory property used on docs Fixes gh-10608 --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 6a36a1d3bd..741955edf0 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -106,8 +106,8 @@ jobs: - include: - "/**/spring-boot-docs-*.zip" properties: - zip-type: "docs" - zip-deployed: "false" + "zip.type": "docs" + "zip.deployed": "false" - name: jdk9-build serial: true plan: