GitLab CI include:

From wikieduonline
Revision as of 15:03, 13 December 2022 by Ant (talk | contribs) (→‎Related)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Examples[edit]

include:
 - remote: 'https://gitlab.com/awesome-project/raw/main/.before-script-template.yml'
 - local: '/templates/.after-script-template.yml'
 - template: Auto-DevOps.gitlab-ci.yml
include:
  - local: .gitlab/variables.yml
  - local: .gitlab/build.yaml
  - local: .gitlab/deploy.yaml
include: (introduced in GitLab 13.6)
  - project: 'your-org/your-project'
    file: 'path/to/your/file/to/include'
include:
  - project: 'your-org/your-project'
    ref: my-branch-name
    file: 'path/to/your/file/to/include'

Related[edit]

News[edit]

See also[edit]

Advertising: