diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-05-21 16:48:12 +0000 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-05-22 16:41:31 -0500 |
commit | 4cb502075db2bc1deb64bc8701886db00b2c9315 (patch) | |
tree | 35dcacab1e152f1475cf81bb125107bcd95274a7 /doc | |
parent | 12a11d3405e0db7554ddac1578a2ea6674ff66f6 (diff) | |
download | gitlab-ce-4cb502075db2bc1deb64bc8701886db00b2c9315.tar.gz |
Merge branch '32604-add-docs-for-change-of-cache-artifact-restore-order' into 'master'
Add docs for change of Cache/Artifact restore order"
Closes #32604
See merge request !11545
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/yaml/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 16308a957cb..e542b1119ea 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -162,7 +162,11 @@ which can be set in GitLab's UI. ### cache -> Introduced in GitLab Runner v0.7.0. +> +**Notes:** +- Introduced in GitLab Runner v0.7.0. +- Prior to GitLab 9.2, caches were restored after artifacts. +- From GitLab 9.2, caches are restored before artifacts. `cache` is used to specify a list of files and directories which should be cached between jobs. You can only use paths that are within the project @@ -769,6 +773,8 @@ as Review Apps. You can see a simple example using Review Apps at **Notes:** - Introduced in GitLab Runner v0.7.0 for non-Windows platforms. - Windows support was added in GitLab Runner v.1.0.0. +- Prior to GitLab 9.2, caches were restored after artifacts. +- From GitLab 9.2, caches are restored before artifacts. - Currently not all executors are supported. - Job artifacts are only collected for successful jobs by default. |