Record
pipeline-step
No description available.
record pipeline-step {
type-op: string,
completed-on: option<string>,
image: option<pipeline-image>,
script-commands: option<list<pipeline-command>>,
setup-commands: option<list<pipeline-command>>,
started-on: option<string>,
state: option<pipeline-step-state>,
uuid: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| type-op | string | |
| completed-on | option<string> | |
| image | option<pipeline-image> | |
| script-commands | option<list<pipeline-command>> | |
| setup-commands | option<list<pipeline-command>> | |
| started-on | option<string> | |
| state | option<pipeline-step-state> | |
| uuid | option<string> |