Versions in this module Expand all Collapse all v1 v1.0.0 Aug 3, 2023 Changes in this version + type AllowFailure struct + Enabled *bool + ExitCodes []int + func (a *AllowFailure) UnmarshalYAML(node *yaml.Node) error + type Controls struct + Changes []string + FileReference *models.FileReference + Kubernetes string + Refs []string + Variables []string + func (c *Controls) UnmarshalYAML(node *yaml.Node) error + type Inherit struct + Default *InheritValues + Variables *InheritValues + type InheritValues struct + Enabled *bool + Keys []string + func (i *InheritValues) UnmarshalYAML(node *yaml.Node) error + type Matrix []MatrixItem + func (m *Matrix) UnmarshalYAML(node *yaml.Node) error + type MatrixItem map[string][]string + func (mi *MatrixItem) UnmarshalYAML(node *yaml.Node) error + type Needs []*NeedsItem + func (n *Needs) UnmarshalYAML(node *yaml.Node) error + type NeedsItem struct + Artifacts bool + Job string + Pipeline string + Project string + Ref string + type Parallel struct + Matrix *Matrix + Max *int + func (p *Parallel) UnmarshalYAML(node *yaml.Node) error + type Trigger struct + Forward *TriggerForward + Include string + Strategy string + func (t *Trigger) UnmarshalYAML(node *yaml.Node) error + type TriggerForward struct + PipelineVariables bool + YAMLVariables bool