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
(Created page with " * [https://about.gitlab.com/2019/08/22/gitlab-12-2-released/index.html 22/08/2019 12.2] ** <code>needs:</code><ref>https://docs.gitlab.com/ee/ci/yaml/#needs</ref> keyword...") |
|||
(20 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | <code>needs:</code> introduced in Aug 2019 ([[GitLab 12.2]])<ref>https://about.gitlab.com/2019/08/22/gitlab-12-2-released/index.html</ref> to create relations between [[GitLab CI: Job:|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 == | |
− | + | * [[GitHub actions]]: <code>[[GitHub actions: needs:|needs:]]</code> | |
− | + | * <code>[[when: (GitLab)|when:]]</code> | |
− | * [ | + | * [[Terraform meta-argument: depends_on|depends_on]] |
− | + | * [[output]] | |
− | |||
== See also == | == See also == | ||
− | * {{GitLab}} | + | * {{outputs:}} |
+ | * {{gitlab-ci.yml}} | ||
+ | * {{GitLab CI}} | ||
[[Category:GitLab]] | [[Category:GitLab]] |
Latest revision as of 16:08, 23 October 2024
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[edit]
See also[edit]
- Outputs:, id:, needs:
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: