summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-02-07 02:31:03 +0000
committerEvan Read <eread@gitlab.com>2019-02-07 02:31:03 +0000
commit5954ae97182f3117f17a90ca7f30f7ead83e4eb5 (patch)
tree329dfb961b7bb80ac09cc197d11843a9cb561a8a
parente059cca42c6cba94ed5f477bf01f437fc07f380a (diff)
parentbcba534a637505d146e4ee7a989b4b33284698bb (diff)
downloadgitlab-ce-5954ae97182f3117f17a90ca7f30f7ead83e4eb5.tar.gz
Merge branch 'patch-37' into 'master'
Added further details to the CI_PROJECT_DIR variable documentation See merge request gitlab-org/gitlab-ce!24153
-rw-r--r--doc/ci/variables/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 97e133a2e2f..32c73c4f398 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -98,7 +98,7 @@ future GitLab releases.**
| **CI_PIPELINE_SOURCE** | 10.0 | all | Indicates how the pipeline was triggered. Possible options are: `push`, `web`, `trigger`, `schedule`, `api`, and `pipeline`. For pipelines created before GitLab 9.5, this will show as `unknown` |
| **CI_PIPELINE_TRIGGERED** | all | all | The flag to indicate that job was [triggered] |
| **CI_PIPELINE_URL** | 11.1 | 0.5 | Pipeline details URL |
-| **CI_PROJECT_DIR** | all | all | The full path where the repository is cloned and where the job is run |
+| **CI_PROJECT_DIR** | all | all | The full path where the repository is cloned and where the job is run. If the GitLab Runner `builds_dir` parameter is set, this variable is set relative to the value of `builds_dir`. For more information, see [Advanced configuration](https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runners-section) for GitLab Runner. |
| **CI_PROJECT_ID** | all | all | The unique id of the current project that GitLab CI uses internally |
| **CI_PROJECT_NAME** | 8.10 | 0.5 | The project name that is currently being built (actually it is project folder name) |
| **CI_PROJECT_NAMESPACE** | 8.10 | 0.5 | The project namespace (username or groupname) that is currently being built |