diff options
author | Taylor Braun-Jones <taylor@braun-jones.org> | 2018-01-31 18:05:35 +0000 |
---|---|---|
committer | Taylor Braun-Jones <taylor@braun-jones.org> | 2018-02-28 08:36:11 -0500 |
commit | c49381057a58540622b7e9cf99f759f3e346606d (patch) | |
tree | fedd8d11cfe6e64d3f748d3157061d6436cf59ef /doc | |
parent | 560c93e60efd0ae5a1a6bed68a1ee3e74bf23737 (diff) | |
download | gitlab-ce-c49381057a58540622b7e9cf99f759f3e346606d.tar.gz |
Add new job variables: CI_RUNNER_{REVISION,VERSION,EXECUTABLE_ARCH}
As introduced by gitlab-org/gitlab-runner!788
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/variables/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 598a7515b01..1f5f5d0352b 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -56,6 +56,9 @@ future GitLab releases.** | **CI_RUNNER_DESCRIPTION** | 8.10 | 0.5 | The description of the runner as saved in GitLab | | **CI_RUNNER_ID** | 8.10 | 0.5 | The unique id of runner being used | | **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_REVISION** | all | 10.6 | GitLab Runner revision that is executing the current job | +| **CI_RUNNER_EXECUTABLE_ARCH** | all | 10.6 | The OS/architecture of the GitLab Runner executable (note that this is not necessarily the same as the environment of the executor) | | **CI_PIPELINE_ID** | 8.10 | 0.5 | The unique id of the current pipeline that GitLab CI uses internally | | **CI_PIPELINE_TRIGGERED** | all | all | The flag to indicate that job was [triggered] | | **CI_PIPELINE_SOURCE** | 10.0 | all | The source for this pipeline, one of: push, web, trigger, schedule, api, external. Pipelines created before 9.5 will have unknown as source | |