Update docs about unsupported environment name variables
This commit is contained in:
parent
d9a3f020be
commit
5d462e9d98
2 changed files with 2 additions and 0 deletions
|
@ -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`
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue