Difference between revisions of "YAML anchors"
Jump to navigation
Jump to search
↑ https://docs.gitlab.com/ee/ci/yaml/yaml_optimization.html#yaml-anchors-for-scripts
(Created page with " == Related == * .template: &template * GitLab templates == See also == * {{YAML}} Category:YAML") |
Tags: Mobile web edit, Mobile edit |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | YAML provides node <code>[[anchors]]</code> (using &) and <code>[[references]]</code> (using *) | |
− | |||
== Related == | == Related == | ||
* [[.template: &template]] | * [[.template: &template]] | ||
* [[GitLab templates]] | * [[GitLab templates]] | ||
+ | * [[GitLab 12.5]] introduced YAML anchors <ref>https://docs.gitlab.com/ee/ci/yaml/yaml_optimization.html#yaml-anchors-for-scripts</ref> | ||
+ | * [[extends]] | ||
== See also == | == See also == |
Latest revision as of 05:41, 5 September 2022
YAML provides node anchors
(using &) and references
(using *)
Related[edit]
- .template: &template
- GitLab templates
- GitLab 12.5 introduced YAML anchors [1]
- extends
See also[edit]
Advertising: