Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ci/variables/index.md')
-rw-r--r--doc/ci/variables/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ci/variables/index.md b/doc/ci/variables/index.md
index 64a0f1038ad..1e50756d08f 100644
--- a/doc/ci/variables/index.md
+++ b/doc/ci/variables/index.md
@@ -718,6 +718,10 @@ use this setting for control over the environment the pipeline runs in.
The example can be copied to your own group or instance for testing. More details
on what other GitLab CI patterns are demonstrated are available at the project page.
+- You can [pass CI/CD variables to downstream pipelines](../pipelines/downstream_pipelines.md#pass-cicd-variables-to-a-downstream-pipeline).
+ Use [`trigger:forward` keyword](../yaml/index.md#triggerforward) to specify what type of variables
+ to pass to the downstream pipeline.
+
## Troubleshooting
### List all variables