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
path: root/doc/ci
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-05-18 15:12:46 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-05-18 15:12:46 +0300
commit5d462e9d9893e7f27d45964eeca0f045e651c2a7 (patch)
tree80044d09c8f0cd3c26565a06504a81f36585cb9e /doc/ci
parentd9a3f020be570f135c0ce7c7676b4c1ed332ce1d (diff)
Update docs about unsupported environment name variables
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/environments.md1
-rw-r--r--doc/ci/variables/README.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md
index 517e25f00f7..3a491f0073c 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -252,6 +252,7 @@ including predefined, secure variables and `.gitlab-ci.yml`
[`variables`](yaml/README.md#variables). You however cannot use variables
defined under `script` or on the Runner's side. There are other variables that
are unsupported in environment name context:
+- `CI_PIPELINE_ID`
- `CI_JOB_ID`
- `CI_JOB_TOKEN`
- `CI_BUILD_ID`
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 42367bf13f7..7e795ba973b 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -543,6 +543,7 @@ We do not support variables containing tokens because of security reasons.
You can find a full list of unsupported variables below:
+- `CI_PIPELINE_ID`
- `CI_JOB_ID`
- `CI_JOB_TOKEN`
- `CI_BUILD_ID`