summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-07-23 10:00:50 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-07-23 10:00:50 +0000
commite3dac36b71f33751fee3fbd1034688da933bf1b4 (patch)
tree729ee65af503e2012e49df9d8a3035b8eb53a0e2
parent9cef6c4312d8ff9c479016fe9c2cd8fd044729cf (diff)
parent21513b507276f5efdaf6732a856624a72de9c3c0 (diff)
downloadgitlab-ce-e3dac36b71f33751fee3fbd1034688da933bf1b4.tar.gz
Merge branch '48627-document-which-api-is-accessible-with-ci_job_token-docs' into 'master'
Resolve "Document which API is accessible with CI_JOB_TOKEN" Closes #48627 See merge request gitlab-org/gitlab-ce!20612
-rw-r--r--doc/ci/variables/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 84bd64d50cd..115e6e390c9 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -64,7 +64,7 @@ future GitLab releases.**
| **CI_JOB_MANUAL** | 8.12 | all | The flag to indicate that job was manually started |
| **CI_JOB_NAME** | 9.0 | 0.5 | The name of the job as defined in `.gitlab-ci.yml` |
| **CI_JOB_STAGE** | 9.0 | 0.5 | The name of the stage as defined in `.gitlab-ci.yml` |
-| **CI_JOB_TOKEN** | 9.0 | 1.2 | Token used for authenticating with the GitLab Container Registry |
+| **CI_JOB_TOKEN** | 9.0 | 1.2 | Token used for authenticating with the [GitLab Container Registry][registry] and downloading [dependent repositories][dependent-repositories] |
| **CI_JOB_URL** | 11.1 | 0.5 | Job details URL |
| **CI_REPOSITORY_URL** | 9.0 | all | The URL to clone the Git repository |
| **CI_RUNNER_DESCRIPTION** | 8.10 | 0.5 | The description of the runner as saved in GitLab |
@@ -566,3 +566,5 @@ Below you can find supported syntax reference:
[subgroups]: ../../user/group/subgroups/index.md
[builds-policies]: ../yaml/README.md#only-and-except-complex
[gitlab-deploy-token]: ../../user/project/deploy_tokens/index.md#gitlab-deploy-token
+[registry]: ../../user/project/container_registry.md
+[dependent-repositories]: ../../user/project/new_ci_build_permissions_model.md#dependent-repositories \ No newline at end of file