Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.10.0
type Config struct {
DependsOn []string `yaml:"depends_on"`
Name string
PipelineID string `yaml:"pipelineID"` // PipelineID references a uniq pipeline run that allows to groups targets
Kind string
Prefix string // Deprecated in favor of Transformers on 2021/01/3
Postfix string // Deprecated in favor of Transformers on 2021/01/3
ReportTitle string // ReportTitle contains the updatecli reports title for sources and conditions run
ReportBody string // ReportBody contains the updatecli reports body for sources and conditions run
Transformers transformer.Transformers
Spec interface{}
Scm map[string]interface{}
SourceID string `yaml:"sourceID"`
}
Config defines target parameters
type Target ¶
type Target struct {
Result string // Result store the condition result after a target run. This variable can't be set by an updatecli configuration
Config Config
ReportBody string
ReportTitle string
Changelog string
}
Target defines which file needs to be updated based on source output
Click to show internal directories.
Click to hide internal directories.