Merge branch 'docs-add-deprecation-note-build-vars' into 'master'

Add deprecation note in renaming sections for CI_BUILD_* variables

Closes #36973

See merge request !13801
This commit is contained in:
Achilleas Pipinellis 2017-08-25 15:09:24 +00:00
commit 98cac5a512
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,11 @@ To follow conventions of naming across GitLab, and to futher move away from the
`build` term and toward `job` CI variables have been renamed for the 9.0
release.
>**Note:**
Starting with GitLab 9.0, we have deprecated the `$CI_BUILD_*` variables. **You are
strongly advised to use the new variables as we will remove the old ones in
future GitLab releases.**
| 8.x name | 9.0+ name |
| --------------------- |------------------------ |
| `CI_BUILD_ID` | `CI_JOB_ID` |