| ... | @@ -1523,7 +1523,7 @@ globally and all jobs will use that definition. |
... | @@ -1523,7 +1523,7 @@ globally and all jobs will use that definition. |
|
|
Use the `paths` directive to choose which files or directories will be cached. Paths
|
|
Use the `paths` directive to choose which files or directories will be cached. Paths
|
|
|
are relative to the project directory (`$CI_PROJECT_DIR`) and cannot directly link outside it.
|
|
are relative to the project directory (`$CI_PROJECT_DIR`) and cannot directly link outside it.
|
|
|
Wildcards can be used that follow the [glob](https://en.wikipedia.org/wiki/Glob_(programming))
|
|
Wildcards can be used that follow the [glob](https://en.wikipedia.org/wiki/Glob_(programming))
|
|
|
patterns and [filepath.Match](https://golang.org/pkg/path/filepath/#Match).
|
|
patterns and [`filepath.Match`](https://golang.org/pkg/path/filepath/#Match).
|
|
|
|
|
|
|
|
Cache all files in `binaries` that end in `.apk` and the `.config` file:
|
|
Cache all files in `binaries` that end in `.apk` and the `.config` file:
|
|
|
|
|
|
| ... | @@ -1755,7 +1755,7 @@ be available for download in the GitLab UI. |
... | @@ -1755,7 +1755,7 @@ be available for download in the GitLab UI. |
|
|
|
|
|
|
|
Paths are relative to the project directory (`$CI_PROJECT_DIR`) and cannot directly
|
|
Paths are relative to the project directory (`$CI_PROJECT_DIR`) and cannot directly
|
|
|
link outside it. Wildcards can be used that follow the [glob](https://en.wikipedia.org/wiki/Glob_(programming))
|
|
link outside it. Wildcards can be used that follow the [glob](https://en.wikipedia.org/wiki/Glob_(programming))
|
|
|
patterns and [filepath.Match](https://golang.org/pkg/path/filepath/#Match).
|
|
patterns and [`filepath.Match`](https://golang.org/pkg/path/filepath/#Match).
|
|
|
|
|
|
|
|
To restrict which jobs a specific job will fetch artifacts from, see [dependencies](#dependencies).
|
|
To restrict which jobs a specific job will fetch artifacts from, see [dependencies](#dependencies).
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |