Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
784eb421
Commit
784eb421
authored
Jun 27, 2018
by
Clemens Sum
Committed by
Achilleas Pipinellis
Jun 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note to README about using $CI_COMMIT_REF_SLUG when using forward-slashes
parent
1f31803d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+5
-0
No files found.
doc/ci/yaml/README.md
View file @
784eb421
...
...
@@ -942,6 +942,11 @@ useful when you'd like to download the archive from GitLab. The `artifacts:name`
variable can make use of any of the
[
predefined variables
](
../variables/README.md
)
.
The default name is
`artifacts`
, which becomes
`artifacts.zip`
when downloaded.
NOTE:
**Note:**
If your branch-name contains forward slashes
(e.g.
`feature/my-feature`
) it is advised to use
`$CI_COMMIT_REF_SLUG`
instead of
`$CI_COMMIT_REF_NAME`
for proper naming of the artifact.
To create an archive with a name of the current job:
```
yaml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment