summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Packham (GitLab) <sean@seanpackham.com>2017-05-21 16:48:09 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-05-21 16:48:09 +0000
commitd74283970acde0ab082524e0bab38841fc275081 (patch)
treefd78a4ae25189428e1ed67c39b216c310af7219f
parent3a4e4724730ad15636c517b9321bbae84e719d5b (diff)
downloadgitlab-ce-d74283970acde0ab082524e0bab38841fc275081.tar.gz
Add docs for change of Cache/Artifact restore order"
-rw-r--r--doc/ci/yaml/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 8546a99a022..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,6 +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 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.