Commit 946b69b4 authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'patch-29' into 'master'

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

See merge request gitlab-org/gitlab!18278
parents 66410965 f713217a
...@@ -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