summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-09-10 06:56:42 +0000
committerEvan Read <eread@gitlab.com>2019-09-10 06:56:42 +0000
commit2f5f737740eb61f19b0cf0e100cdad79a1efae60 (patch)
treeebd90227dbe5651f031ae204cee6b578b2d5cc2b
parentebcacc8ce051c50c704125d3b36a7242ecdbd381 (diff)
parent04f279bd526626caece5ee6ddfa56f9668d6fba9 (diff)
downloadgitlab-ce-2f5f737740eb61f19b0cf0e100cdad79a1efae60.tar.gz
Merge branch 'docs/ci-short-token-variable' into 'master'
Document CI_RUNNER_SHORT_TOKEN variable See merge request gitlab-org/gitlab-ce!32824
-rw-r--r--doc/ci/variables/predefined_variables.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/variables/predefined_variables.md b/doc/ci/variables/predefined_variables.md
index 409f7d62538..a3c253cc517 100644
--- a/doc/ci/variables/predefined_variables.md
+++ b/doc/ci/variables/predefined_variables.md
@@ -100,6 +100,7 @@ future GitLab releases.**
| `CI_RUNNER_REVISION` | all | 10.6 | GitLab Runner revision that is executing the current job |
| `CI_RUNNER_TAGS` | 8.10 | 0.5 | The defined runner tags |
| `CI_RUNNER_VERSION` | all | 10.6 | GitLab Runner version that is executing the current job |
+| `CI_RUNNER_SHORT_TOKEN` | all | 12.3 | First eight characters of GitLab Runner's token used to authenticate new job requests. Used as Runner's unique ID |
| `CI_SERVER` | all | all | Mark that job is executed in CI environment |
| `CI_SERVER_HOST` | 12.1 | all | Host component of the GitLab instance URL, without protocol and port (like gitlab.example.com) |
| `CI_SERVER_NAME` | all | all | The name of CI server that is used to coordinate jobs |