Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepowershell
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
languagebash
titleIndicate file was not processed and should not consider status
# just call ignoreStatus for File that this shell did not process
ignoreStatus

...