Commit 5b0470c6 authored by Jenny Forbes's avatar Jenny Forbes Committed by Marcel Amirault

Variables are a global keyword in gitlab-ci.yml

parent 6d06d0e4
...@@ -25,10 +25,11 @@ A GitLab CI/CD pipeline configuration includes: ...@@ -25,10 +25,11 @@ A GitLab CI/CD pipeline configuration includes:
- [Global keywords](#global-keywords) that configure pipeline behavior: - [Global keywords](#global-keywords) that configure pipeline behavior:
| Keyword | Description | | Keyword | Description |
|-------------------------|:------------| |---------------------------|:------------|
| [`default`](#default) | Custom default values for job keywords. | | [`default`](#default) | Custom default values for job keywords. |
| [`include`](#include) | Import configuration from other YAML files. | | [`include`](#include) | Import configuration from other YAML files. |
| [`stages`](#stages) | The names and order of the pipeline stages. | | [`stages`](#stages) | The names and order of the pipeline stages. |
| [`variables`](#variables) | Define CI/CD variables for all job in the pipeline. |
| [`workflow`](#workflow) | Control what types of pipeline run. | | [`workflow`](#workflow) | Control what types of pipeline run. |
- [Jobs](../jobs/index.md) configured with [job keywords](#job-keywords): - [Jobs](../jobs/index.md) configured with [job keywords](#job-keywords):
......
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