Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Step ¶
type Step struct { Command string // Command run Image string // Container image used for the step IsSuccess bool Params []string StartTime time.Time // Start time of the step EndTime time.Time Environment map[string]string }
Step is the interface that defines the behaviour of a build step the exec runner can execute
Click to show internal directories.
Click to hide internal directories.