summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Packham <seanpackham@gitlab.com>2017-05-19 13:02:38 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-05-19 17:27:46 +0200
commit9bea84742e7670633d40ac32f44af4a0019bbca7 (patch)
tree82760b5af3ca82fcbcedcadc5bdaab69e58aee95
parent1279a50ea6c0ab880ae31ed2a70066e2da167728 (diff)
downloadgitlab-ce-32604-add-docs-for-change-of-cache-artifact-restore-order.tar.gz
-rw-r--r--doc/ci/yaml/README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index c883fd43167..da20076da52 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -166,7 +166,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
@@ -773,8 +777,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 v9.2.0. artifacts were restored before the caches.
-- From v9.2.0. artifacts are are restored after the caches.
+- 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.