Commit b8bd5764 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'fix-improve-artifacts-doc' into 'master'

Add artefacts wildcard case in documentation

Closes gitlab-runner#5025

See merge request gitlab-org/gitlab!25719
parents 0a75c528 373f0780
---
title: Add wildcard case in documentation for artifacts
merge_request:
author: Fábio Matavelli
type: added
......@@ -2014,6 +2014,15 @@ release-job:
- tags
```
You can use wildcards for directories too. For example, if you want to get all the files inside the directories that end with `xyz`:
```yaml
job:
artifacts:
paths:
- path/*xyz/*
```
#### `artifacts:expose_as`
> [Introduced](https://gitlab.com/gitlab-org/gitlab/issues/15018) in GitLab 12.5.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment