Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CdStage ¶
type CdStage struct {
// contains filtered or unexported fields
}
func NewCdStage ¶
func NewCdStage(gitManager helper.GitManager, dockerHelper helper.DockerHelper, stageExecutor executor.StageExecutor) *CdStage
func (*CdStage) HandleCDEvent ¶
func (impl *CdStage) HandleCDEvent(ciCdRequest *helper.CiCdTriggerEvent, exitCode *int)
type CiFailReason ¶
type CiFailReason string
const ( PreCi CiFailReason = "Pre-CI task failed: " PostCi CiFailReason = "Post-CI task failed: " Build CiFailReason = "Docker build failed" Push CiFailReason = "Docker push failed" Scan CiFailReason = "Image scan failed" )
type CiStage ¶
type CiStage struct {
// contains filtered or unexported fields
}
func NewCiStage ¶
func NewCiStage(gitManager helper.GitManager, dockerHelper helper.DockerHelper, stageExecutor executor.StageExecutor) *CiStage
func (*CiStage) AddExtraEnvVariableFromRuntimeParamsToCiCdEvent ¶
func (*CiStage) HandleCIEvent ¶
func (impl *CiStage) HandleCIEvent(ciCdRequest *helper.CiCdTriggerEvent, exitCode *int)
Click to show internal directories.
Click to hide internal directories.