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

NameTypeDescription
type-opstring
completed-onoption​<string>
imageoption​<pipeline-image>
script-commandsoption​<list​<pipeline-command>>
setup-commandsoption​<list​<pipeline-command>>
started-onoption​<string>
stateoption​<pipeline-step-state>
uuidoption​<string>