Commit f713217a authored by James Tharpe's avatar James Tharpe Committed by Kamil Trzciński

Docs: Clarify that cache scope is at the project level.

parent 66410965
...@@ -12,8 +12,9 @@ content of a previous job. It can be particularly useful when you are ...@@ -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 developing software that depends on other libraries which are fetched via the
internet during build time. internet during build time.
If caching is enabled, it's shared between pipelines and jobs by default, If caching is enabled, it's shared between pipelines and jobs at the project
starting from GitLab 9.0. 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 Make sure you read the [`cache` reference](../yaml/README.md#cache) to learn
how it is defined in `.gitlab-ci.yml`. how it is defined in `.gitlab-ci.yml`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment