Commit d948d297 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Add EE-specific docs for `extends` CI/CD YAML feature

parent 956ac5cb
......@@ -153,6 +153,8 @@ spinach:
script: rake spinach
```
`extends` works across configuration files combined with [`include`](#include).
### `pages`
`pages` is a special job that is used to upload static content to GitLab that
......@@ -1532,7 +1534,8 @@ job in the combined CI configuration.
NOTE: **Note:**
We currently do not support using YAML aliases across different YAML files
sourced by `include`. You must only refer to aliases in the same file.
sourced by `include`. You must only refer to aliases in the same file. Instead
of using YAML anchors you can use [`extends` keyword](#extends).
## `variables`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment