diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2017-08-25 15:09:24 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2017-08-25 15:09:24 +0000 |
commit | 98cac5a5127d6a650d72bda38f3c77768eb412f3 (patch) | |
tree | f54d5125fd48430039f3bd0203c931b4e1ecc6df | |
parent | f92a80b42ad7e4ea267d90a2555ef9c982ad1f81 (diff) | |
parent | a919188ccf90a923c12992c4070c6f680627fb48 (diff) | |
download | gitlab-ce-98cac5a5127d6a650d72bda38f3c77768eb412f3.tar.gz |
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
-rw-r--r-- | doc/ci/variables/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index e55a92dbb71..234dc530db0 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -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` | |