GitLab CI/CD
(Redirected from GitLab pipelines)
Jump to navigation
Jump to search
GitLab CI/CD pipelines are configured using a YAML file called .gitlab-ci.yml
Contents
News[edit]
- GitLab 12.7: Parent-Child Pipelines[1]
- GitLab 12.7: Pipeline Resource Groups[2]. To limit pipeline concurrency to force jobs to execute sequentially.
- GitLab 12.7: Delete a pipeline from the UI
- GitLab Ultimate 12.3: Security Dashboard
Related[edit]
- Gitlab runner
.gitlab-ci.yml
- GitLab CI/CD variables
- GitLab CI project definition: Max artifacts size, protected and masked variables, runners assignments
- GitLab templates
image:
- GitLab pipeline editor
Activities[edit]
- Read https://stackoverflow.com/questions/tagged/gitlab-ci?tab=Votes
- Learn how to skip a pipeline by adding
[ci skip]
or[skip ci] to your commit message
or runninggit push -o ci.skip
[3]
See also[edit]
gitlab-ci.yml
,job: | stage: | stages: | artifacts: | include: | script: | when: | only: | needs:
- GitLab CI, variables, templates, executors,
.gitlab-ci.yml, .gitlab/
, Credential helpers, notifications, pipeline editor, Keyword reference, Changelog,ContainersNotReady
, GitLab environments
Advertising: