BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
35614e43
Commit
35614e43
authored
Jun 07, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix URLs in artifacts documentation
parent
0601ac5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
job_artifacts.md
doc/user/project/pipelines/job_artifacts.md
+2
-2
No files found.
doc/user/project/pipelines/job_artifacts.md
View file @
35614e43
...
@@ -109,7 +109,7 @@ https://example.com/<namespace>/<project>/builds/artifacts/<ref>/download?job=<j
...
@@ -109,7 +109,7 @@ https://example.com/<namespace>/<project>/builds/artifacts/<ref>/download?job=<j
To download a single file from the artifacts use the following URL:
To download a single file from the artifacts use the following URL:
```
```
https://example.com/<namespace>/<project>/builds/artifacts/<ref>/
file
/<path_to_file>?job=<job_name>
https://example.com/<namespace>/<project>/builds/artifacts/<ref>/
raw
/<path_to_file>?job=<job_name>
```
```
For example, to download the latest artifacts of the job named
`coverage`
of
For example, to download the latest artifacts of the job named
`coverage`
of
...
@@ -124,7 +124,7 @@ To download the file `coverage/index.html` from the same
...
@@ -124,7 +124,7 @@ To download the file `coverage/index.html` from the same
artifacts use the following URL:
artifacts use the following URL:
```
```
https://gitlab.com/gitlab-org/gitlab-ce/builds/artifacts/master/
file
/coverage/index.html?job=coverage
https://gitlab.com/gitlab-org/gitlab-ce/builds/artifacts/master/
raw
/coverage/index.html?job=coverage
```
```
There is also a URL to browse the latest job artifacts:
There is also a URL to browse the latest job artifacts:
...
...
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