Difference between revisions of "GitLab CI: needs:"
Jump to navigation
Jump to search
↑ https://about.gitlab.com/2019/08/22/gitlab-12-2-released/index.html
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | <code>needs:</code> introduced in 2019 ([[GitLab 12.2]])< | + | <code>needs:</code> introduced in 2019 ([[GitLab 12.2]])<ref>https://about.gitlab.com/2019/08/22/gitlab-12-2-released/index.html</ref> to create relations between jobs and execute jobs [[out-of-order]]. |
* https://docs.gitlab.com/ee/ci/yaml/#needs | * https://docs.gitlab.com/ee/ci/yaml/#needs | ||
* https://about.gitlab.com/2019/08/22/gitlab-12-2-released/index.html#directed-acyclic-graphs-dag-for-gitlab-pipelines | * https://about.gitlab.com/2019/08/22/gitlab-12-2-released/index.html#directed-acyclic-graphs-dag-for-gitlab-pipelines |
Revision as of 15:19, 15 June 2022
needs:
introduced in 2019 (GitLab 12.2)[1] to create relations between jobs and execute jobs out-of-order.
- https://docs.gitlab.com/ee/ci/yaml/#needs
- https://about.gitlab.com/2019/08/22/gitlab-12-2-released/index.html#directed-acyclic-graphs-dag-for-gitlab-pipelines
Related
See also
gitlab-ci.yml
,job: | stage: | stages: | artifacts: | include: | script: | when: | only: | needs:
- Gitlab runner, runners:
gitlab-runner
,gitlab-ci.yml
,config.toml
, GitLab Runner Changelog - GitLab: Install GitLab, Upgrade GitLab Gitlab runner (changelog),
gitlab.rb, .gitlab/, gitlab-ci.yml
,gitlab-ctl, gitlab-rake, gitlab-backup, gitlab-rails
, GitLab editions, GitLab Security Dashboards, GitLab environments, GitLab environment variables, Auto DevOps, permissions, GitLab Pages,gitlab-rails
, GitLab scheduled pipelines, GitLab logs, GitLab changelog , GitLab Release CLI, GitLab Omnibus, GitLab Advanced Search, GitLab container registry, GitLab infrastructure registry
Advertising: