Commit 7dfbf7cf authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'clarify_ci_caching' into 'master'

Clarify cache behavior

After chatting with @ayufan about CI caching, I added some info to the documentation. This should make it clear how caching currently works.

cc/ @ayufan Is this accurate?

See merge request !2072
parents 03a5df99 baa97175
......@@ -113,6 +113,9 @@ The YAML-defined variables are also set to all created service containers, thus
### cache
`cache` is used to specify list of files and directories which should be cached between builds.
Caches are stored according to the branch/ref and the job name. Caches are not
currently shared between different job names or between branches/refs. This means
caching will benefit you if you push subsequent commits to an existing feature branch.
**The global setting allows to specify default cached files for all jobs.**
......
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