summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-08-31 10:03:07 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2017-08-31 10:03:07 +0000
commit896e5f50317608b274fb0d731745070808a67b39 (patch)
tree7280ba47d9db046d9ea1c717a75828f45fd6a9ae /doc/ci
parentbf51ab887b92275d0e5b51c53889664f8c8db745 (diff)
parent22d5cca8a7afe69000faac6e9011f6662f610123 (diff)
downloadgitlab-ce-896e5f50317608b274fb0d731745070808a67b39.tar.gz
Merge branch '26692-predefined-variable-gitlab-user-name' into 'master'
Resolve "Predefined Variable GITLAB_USER_NAME" Closes #26692 See merge request !13824
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/variables/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 234dc530db0..6513b31826a 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -78,6 +78,8 @@ future GitLab releases.**
| **GITLAB_CI** | all | all | Mark that job is executed in GitLab CI environment |
| **GITLAB_USER_ID** | 8.12 | all | The id of the user who started the job |
| **GITLAB_USER_EMAIL** | 8.12 | all | The email of the user who started the job |
+| **GITLAB_USER_LOGIN** | 10.0 | all | The login username of the user who started the job |
+| **GITLAB_USER_NAME** | 10.0 | all | The real name of the user who started the job |
| **RESTORE_CACHE_ATTEMPTS** | 8.15 | 1.9 | Number of attempts to restore the cache running a job |
## 9.0 Renaming