Difference between revisions of "GitLab CI: needs:"

From wikieduonline
Jump to navigation Jump to search
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<code>needs:</code> introduced in 2019 ([[GitLab 12.2]])<code>https://about.gitlab.com/2019/08/22/gitlab-12-2-released/index.html</code>
+
<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://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
  
 +
== Related ==
 +
* [[GitHub actions]]: <code>[[GitHub actions: needs:|needs:]]</code>
 +
* <code>[[when: (GitLab)|when:]]</code>
 +
* [[Terraform meta-argument: depends_on|depends_on]]
  
 
== See also ==
 
== See also ==
* {{GitLab}}
+
* {{gitlab-ci.yml}}
 +
* {{GitLab CI}}
  
 
[[Category:GitLab]]
 
[[Category:GitLab]]

Latest revision as of 12:37, 1 October 2024

Advertising: