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 5: | Line 5: | ||
== Related == | == Related == | ||
* [[GitHub actions: needs:]] | * [[GitHub actions: needs:]] | ||
− | * [[when: (GitLab)]] | + | * <code>[[when: (GitLab)|when:]]</code> |
== See also == | == See also == |
Revision as of 08:30, 14 November 2022
needs:
introduced in Aug 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 CI, variables, templates, executors,
.gitlab-ci.yml, .gitlab/
, Credential helpers, notifications, pipeline editor, Keyword reference, Changelog,ContainersNotReady
, GitLab environments
Advertising: