Skip to main content

META_GITLAB_INCLUDES

Constant META_GITLAB_INCLUDES 

Source
pub const META_GITLAB_INCLUDES: &str = "gitlab_includes";
Expand description

Graph-level metadata: JSON-encoded array of include: entries declared by a GitLab CI pipeline. Each entry is an object with fields:

  • kind: one of local, remote, template, project, component
  • target: the path/URL/project string
  • git_ref: the resolved ref: value (only meaningful for project and remote) — empty string when the include omits a ref:

Set by the GitLab parser; consumed by unpinned_include_remote_or_branch_ref.