summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Davidson <craig@cd15.co.uk>2019-01-04 15:08:25 +0000
committerCraig Davidson <craig@cd15.co.uk>2019-01-04 15:08:25 +0000
commit820d18dfcc12906479ab72e1972803a14369f128 (patch)
tree9c48b50d401c75405302219b442a19e76fd09476
parent9a55421ba1f93f2aea8555618773bbaa73454613 (diff)
downloadgitlab-ce-820d18dfcc12906479ab72e1972803a14369f128.tar.gz
Added further details to the CI_PROJECT_DIR variable highlighting a dependency to the Runner builds_dir configuration option.
-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 209a2c15d90..bdb846606fb 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -85,7 +85,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. Note that if the GitLab Runner `builds_dir` parameter is set it will have an impact on this. See [GitLab Runner - Advanced Configuration](https://docs.gitlab.com/runner/configuration/advanced-configuration.html#the-runners-section). |
| **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 |