diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2018-04-18 12:25:57 -0500 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2018-04-20 12:18:41 -0500 |
commit | 0dd6d25c251beffca510094281ac8403fad6d8d0 (patch) | |
tree | f84dc38b75693dc3752c3f2297c34566bd84ba2d /doc | |
parent | f17e83653d9befc02ac0cbfe39a5e2be62cb40ef (diff) | |
download | gitlab-ce-0dd6d25c251beffca510094281ac8403fad6d8d0.tar.gz |
Rename special deploy token to make it more descriptive
Also:
- Includes more specs
- Improves a bit the documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/variables/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md index 7338b61fe8b..117918bec50 100644 --- a/doc/ci/variables/README.md +++ b/doc/ci/variables/README.md @@ -87,8 +87,8 @@ future GitLab releases.** | **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 | -| **CI_DEPLOY_USER** | 10.8 | all | Name of the GitLab Deploy Token. Only present if the Project has a [GitLab Deploy Token][gitlab-deploy-token] related.| -| **CI_DEPLOY_PASSWORD** | 10.8 | all | Token of the Gitlab Deploy Token. Only present if the Project has a [GitLab Deploy Token][gitlab-deploy-token] related.| +| **CI_DEPLOY_USER** | 10.8 | all | Authentication username of the [GitLab Deploy Token][gitlab-deploy-token], only present if the Project has one related.| +| **CI_DEPLOY_PASSWORD** | 10.8 | all | Authentication password of the [GitLab Deploy Token][gitlab-deploy-token], only present if the Project has one related.| ## 9.0 Renaming @@ -564,4 +564,4 @@ These variables are also not supported in a contex of a [subgroups]: ../../user/group/subgroups/index.md [builds-policies]: ../yaml/README.md#only-and-except-complex [dynamic-environments]: ../environments.md#dynamic-environments -[gitlab-deploy-token]: ../../user/project/deploy_tokens/index.md +[gitlab-deploy-token]: ../../user/project/deploy_tokens/index.md#gitlab-deploy-token |