Difference between revisions of "GitLab CI include:"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
 
   - local: .gitlab/deploy.yaml
 
   - local: .gitlab/deploy.yaml
  
  include:
+
  include: (introduced in [[GitLab 13.6]])
 
   - [[GitLab CI project:|project]]: 'your-org/your-project'
 
   - [[GitLab CI project:|project]]: 'your-org/your-project'
 
     file: 'path/to/your/file/to/include'
 
     file: 'path/to/your/file/to/include'

Revision as of 19:02, 3 October 2022


Examples

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

News

See also

Advertising: