...
Code Block | ||
---|---|---|
| ||
setOutput {output name} {output value} Example: setOutput RESULT $env:STATUSRESULT_VARIABLE |
Outputs are aggregated into a csv list for partial deployments.
The above RESULT example would contain an entry for each file in the object list. [SUCCESSYES, FAILEDNO]
Code Block | ||||
---|---|---|---|---|
| ||||
# just call ignoreStatus for File that this shell did not process ignoreStatus |
...