Versions in this module Expand all Collapse all v1 v1.0.0 Aug 3, 2023 Changes in this version + type Artifacts struct + Exclude []string + ExpireIn string + ExposeAs string + Name string + Paths []string + Reports *Reports + Untracked bool + When string + type Assets struct + Links []*LinksItems + type CoverageReport struct + CoverageFormat any + Path string + type Default struct + AfterScript []*common.Script + Artifacts *Artifacts + BeforeScript []*common.Script + Cache *common.Cache + Image *common.Image + Interruptible bool + Retry *common.Retry + Services []any + Tags []string + Timeout string + type GitlabCIConfiguration struct + AfterScript *common.Script + BeforeScript *common.Script + Cache *common.Cache + Default *Default + Image *common.Image + Include *Include + Jobs map[string]*Job + Pages any + Services []any + Stages []string + Variables *common.EnvironmentVariablesRef + Workflow *Workflow + type Include []IncludeItem + func (i *Include) UnmarshalYAML(node *yaml.Node) error + type IncludeItem struct + File string + FileReference *models.FileReference + Local string + Project string + Ref string + Remote string + Template string + func (it *IncludeItem) UnmarshalYAML(node *yaml.Node) error + type Job struct + AfterScript *common.Script + AllowFailure *job.AllowFailure + Artifacts *Artifacts + BeforeScript *common.Script + Cache *common.Cache + Coverage string + Dependencies []string + Environment any + Except *job.Controls + Extends any + FileReference *models.FileReference + Image *common.Image + Inherit *job.Inherit + Interruptible bool + Needs *job.Needs + Only *job.Controls + Parallel *job.Parallel + Release *Release + ResourceGroup string + Retry *common.Retry + Rules *common.Rules + Script *common.Script + Secrets *Secrets + Services []any + Stage string + StartIn string + Tags []string + Timeout string + Trigger *job.Trigger + Variables *common.EnvironmentVariablesRef + When string + func (j *Job) UnmarshalYAML(node *yaml.Node) error + type LinksItems struct + Filepath string + LinkType string + Name string + Url string + type Release struct + Assets *Assets + Description string + Milestones []string + Name string + Ref string + ReleasedAt string + TagName string + type Reports struct + Codequality any + ContainerScanning any + CoverageReport *CoverageReport + Dast any + DependencyScanning any + Dotenv any + Junit any + LicenseManagement any + LicenseScanning any + Lsif any + Metrics any + Performance any + Requirements any + Sast any + SecretDetection any + Terraform any + type Secrets struct + AdditionalProperties map[string]*SecretsItem + type SecretsItem struct + Vault any + type Workflow struct + Rules *common.Rules