Versions in this module Expand all Collapse all v1 v1.0.0 Aug 3, 2023 Changes in this version + type Artifacts struct + Paths []*string + SharedStepFiles *SharedStepFiles + func (a *Artifacts) UnmarshalYAML(node *yaml.Node) error + type Aws struct + AccessKey *string + SecretKey *string + type BuildPipelines struct + Bookmarks *StepMap + Branches *StepMap + Custom *StepMap + Default []*Step + PullRequests *StepMap + Tags *StepMap + type Caches map[string]*string + type Clone struct + Depth any + Enabled *bool + LFS *bool + type CustomStepVariable struct + AllowedValues []*string + Default *string + FileReference *models.FileReference + Name *string + func (v *CustomStepVariable) UnmarshalYAML(node *yaml.Node) error + type Definitions struct + Caches *Caches + Services map[string]*Service + Steps []*Step + type EnvironmentVariablesRef struct + FileReference *models.FileReference + func (e *EnvironmentVariablesRef) UnmarshalYAML(node *yaml.Node) error + type ExecutionUnit struct + AfterScript []*Script + Artifacts *Artifacts + Caches []*string + Clone *Clone + Deployment *string + Image *Image + MaxTime *int64 + Name *string + RunsOn []*string + Script []*Script + Services []*string + Size *Size + Trigger *StepTriggerType + type ExecutionUnitRef struct + ExecutionUnit *ExecutionUnit + FileReference *models.FileReference + func (s *ExecutionUnitRef) UnmarshalYAML(node *yaml.Node) error + type GlobalSettings struct + Docker *bool + MaxTime *int64 + Size *Size + type Image struct + ImageData *ImageData + func (i *Image) UnmarshalYAML(node *yaml.Node) error + type ImageData struct + Aws *Aws + Email *string + Name *string + Password *string + RunAsUser *int64 + Username *string + type ParallelSteps struct + Step *ExecutionUnitRef + func (ps *ParallelSteps) UnmarshalYAML(node *yaml.Node) error + type Pipe struct + FileReference *models.FileReference + String *string + func (p *Pipe) UnmarshalYAML(node *yaml.Node) error + type PipeToExecute struct + Pipe *Pipe + Variables *EnvironmentVariablesRef + type Pipeline struct + Clone *Clone + Definitions *Definitions + Image *Image + Options *GlobalSettings + Pipelines *BuildPipelines + type Script struct + FileReference *models.FileReference + PipeToExecute *PipeToExecute + String *string + func (s *Script) UnmarshalYAML(value *yaml.Node) error + type Service struct + Image *Image + Memory *int64 + Variables *EnvironmentVariablesRef + type SharedStepFiles struct + Download *bool + Paths []*string + type Size string + const X1 + const X2 + type Step struct + Parallel []*ParallelSteps + Step *ExecutionUnitRef + Variables []*CustomStepVariable + func (s *Step) UnmarshalYAML(node *yaml.Node) error + type StepMap map[string][]*Step + func (sm *StepMap) UnmarshalYAML(node *yaml.Node) error + type StepTriggerType string + const AUTOMATIC + const MANUAL