Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.35 KB

PipelineStep.md

File metadata and controls

16 lines (13 loc) · 1.35 KB

PipelineStep

Properties

Name Type Description Notes
Type_ string [default to null]
Uuid string The UUID identifying the step. [optional] [default to null]
StartedOn time.Time The timestamp when the step execution was started. This is not set when the step hasn't executed yet. [optional] [default to null]
CompletedOn time.Time The timestamp when the step execution was completed. This is not set if the step is still in progress. [optional] [default to null]
State *PipelineStepState [optional] [default to null]
Image *PipelineImage [optional] [default to null]
SetupCommands []PipelineCommand The list of commands that are executed as part of the setup phase of the build. These commands are executed outside the build container. [optional] [default to null]
ScriptCommands []PipelineCommand The list of build commands. These commands are executed in the build container. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]