File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments