summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2017-08-24 14:40:38 +0000
committerFabio Busatto <fabio@gitlab.com>2017-08-24 14:40:38 +0000
commita919188ccf90a923c12992c4070c6f680627fb48 (patch)
tree7308db6c67fe8d9c98e3c4ba539bce87481ee39d
parente46a3d2fda47f96885b38c6c6caf7dc3e0df19bd (diff)
downloadgitlab-ce-docs-add-deprecation-note-build-vars.tar.gz
-rw-r--r--doc/ci/variables/README.md5
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` |