summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2019-09-09 16:51:07 +0200
committerTomasz Maczukin <tomasz@maczukin.pl>2019-09-09 16:51:07 +0200
commit9aee7f90b324501ceec94689f0a204b15d6a98ca (patch)
tree028e9d4d0dac1be171ea336fa9d21e726034fb69
parent9fd44513d781964d82573072e520faf387f12d7a (diff)
downloadgitlab-ce-docs/ci-short-token-variable.tar.gz
Document CI_RUNNER_SHORT_TOKEN variabledocs/ci-short-token-variable
Variable was added in GitLab Runner with: https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1571
-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..c120fd34e0e 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 8 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 |