Skip to content

Commit 264f105

Browse files
committed
update plugin.yml
1 parent 8be110f commit 264f105

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

plugin.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ configuration:
1414
interpolation:
1515
type: boolean
1616
env:
17-
type: array
17+
type: [array, object]
18+
description: >
19+
Environment variables. Array: ["KEY=value", "KEY"] or Map: {KEY: "value", KEY2: ~}
20+
Array format: KEY-only reads from OS. Map format: use "KEY: ~" (null literal) to read from OS, "KEY: ''" for empty string.
1821
binary_folder:
1922
type: string
2023
notify:
@@ -84,7 +87,10 @@ configuration:
8487
branch:
8588
type: string
8689
env:
87-
type: array
90+
type: [array, object]
91+
description: >
92+
Environment variables. Array: ["KEY=value", "KEY"] or Map: {KEY: "value", KEY2: ~}
93+
Array: KEY-only reads from OS. Map: use "KEY: ~" (null literal) to read from OS, "KEY: ''" for empty string.
8894
agents:
8995
type: object
9096
properties:
@@ -99,7 +105,10 @@ configuration:
99105
type: array
100106
description: Artifact paths to upload (preferred field name)
101107
env:
102-
type: array
108+
type: [array, object]
109+
description: >
110+
Environment variables. Array: ["KEY=value", "KEY"] or Map: {KEY: "value", KEY2: ~}
111+
Array: KEY-only reads from OS. Map: use "KEY: ~" (null literal) to read from OS, "KEY: ''" for empty string.
103112
wait:
104113
type: boolean
105114
hooks:

0 commit comments

Comments
 (0)