Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 649 Bytes

Outputs.md

File metadata and controls

16 lines (9 loc) · 649 Bytes

Outputs

Outputs hold parameters, artifacts, and results from a step

Properties

Name Type Description Notes
artifacts List<Artifact> Artifacts holds the list of output artifacts produced by a step [optional]
exitCode String ExitCode holds the exit code of a script template [optional]
parameters List<Parameter> Parameters holds the list of output parameters produced by a step [optional]
result String Result holds the result (stdout) of a script template [optional]