diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-11 15:06:41 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-11 15:06:41 +0000 |
commit | cd631619f465a0eee2fe714e720f6b6312dd3e56 (patch) | |
tree | fdc5eb698c2e51fc38dda5a63a0b3f74abc143c3 /doc/ci/caching | |
parent | f03a645e7409882fe8b1aceca1735bc9051c612a (diff) | |
download | gitlab-ce-cd631619f465a0eee2fe714e720f6b6312dd3e56.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/caching')
-rw-r--r-- | doc/ci/caching/index.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ci/caching/index.md b/doc/ci/caching/index.md index 76ee4829a3d..6a7b60c2ba5 100644 --- a/doc/ci/caching/index.md +++ b/doc/ci/caching/index.md @@ -12,8 +12,9 @@ content of a previous job. It can be particularly useful when you are developing software that depends on other libraries which are fetched via the internet during build time. -If caching is enabled, it's shared between pipelines and jobs by default, -starting from GitLab 9.0. +If caching is enabled, it's shared between pipelines and jobs at the project +level by default, starting from GitLab 9.0. Caches are not shared across +projects. Make sure you read the [`cache` reference](../yaml/README.md#cache) to learn how it is defined in `.gitlab-ci.yml`. |