Skip to content

Commit dcad69f

Browse files
committed
Fix artifactory property used on docs
Fixes gh-10608
1 parent 4f0a41d commit dcad69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106
- include:
107107
- "/**/spring-boot-docs-*.zip"
108108
properties:
109-
zip-type: "docs"
110-
zip-deployed: "false"
109+
"zip.type": "docs"
110+
"zip.deployed": "false"
111111
- name: jdk9-build
112112
serial: true
113113
plan:

0 commit comments

Comments
 (0)