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
This commit is contained in:
Achilleas Pipinellis 2015-12-11 22:10:23 +00:00
commit 7dfbf7cf55
1 changed files with 3 additions and 0 deletions

View File

@ -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.**