Outputs hold parameters, artifacts, and results from a step
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] |