Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5b0470c6
Commit
5b0470c6
authored
Dec 22, 2021
by
Jenny Forbes
Committed by
Marcel Amirault
Dec 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Variables are a global keyword in gitlab-ci.yml
parent
6d06d0e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
doc/ci/yaml/index.md
doc/ci/yaml/index.md
+7
-6
No files found.
doc/ci/yaml/index.md
View file @
5b0470c6
...
...
@@ -24,12 +24,13 @@ A GitLab CI/CD pipeline configuration includes:
-
[
Global keywords
](
#global-keywords
)
that configure pipeline behavior:
| Keyword | Description |
|-------------------------|:------------|
|
[
`default`
](
#default
)
| Custom default values for job keywords. |
|
[
`include`
](
#include
)
| Import configuration from other YAML files. |
|
[
`stages`
](
#stages
)
| The names and order of the pipeline stages. |
|
[
`workflow`
](
#workflow
)
| Control what types of pipeline run. |
| Keyword | Description |
|---------------------------|:------------|
|
[
`default`
](
#default
)
| Custom default values for job keywords. |
|
[
`include`
](
#include
)
| Import configuration from other YAML files. |
|
[
`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. |
-
[
Jobs
](
../jobs/index.md
)
configured with
[
job keywords
](
#job-keywords
)
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment