Skip to content
Snippets Groups Projects
Commit 4cb50207 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis Committed by Clement Ho
Browse files

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
parent 12a11d34
No related branches found
No related tags found
1 merge request!12258Update Prometheus Merge Request Metrics page
Loading
Loading
@@ -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
Loading
Loading
@@ -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.
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment