Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
This commit is contained in:
commit
e8d35ea149
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ The YAML-defined variables are also set to all created service containers, thus
|
||||||
|
|
||||||
### cache
|
### cache
|
||||||
`cache` is used to specify list of files and directories which should be cached between builds.
|
`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.**
|
**The global setting allows to specify default cached files for all jobs.**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue