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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
505d9cf9
Commit
505d9cf9
authored
Sep 18, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document how to download the latest build artifacts
[ci skip]
parent
ed52d82b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
doc/user/project/builds/artifacts.md
doc/user/project/builds/artifacts.md
+32
-0
doc/user/project/builds/img/build_latest_artifacts_browser.png
...ser/project/builds/img/build_latest_artifacts_browser.png
+0
-0
No files found.
doc/user/project/builds/artifacts.md
View file @
505d9cf9
...
...
@@ -101,4 +101,36 @@ inside GitLab that make that possible.
![Build artifacts browser](img/build_artifacts_browser.png)
## Downloading the latest build artifacts
It is possible to download the latest artifacts of a build via a well known URL
so you can use it for scripting purposes.
The structure of the URL is the following:
```
https://example.com/<namespace>/<project>/builds/artifacts/<ref>/download?job=<job_name>
```
For example, to download the latest artifacts of the job named
`rspec 6 20`
of
the
`master`
branch of the
`gitlab-ce`
project that belongs to the
`gitlab-org`
namespace, the URL would be:
```
https://gitlab.com/gitlab-org/gitlab-ce/builds/artifacts/master/download?job=rspec+6+20
```
The latest builds are also exposed in the UI in various places. Specifically,
look for the download button in:
-
the main project's page
-
the branches page
-
the tags page
If the latest build has failed to upload the artifacts, you can see that
information in the UI.
![
Latest artifacts button
](
img/build_latest_artifacts_browser.png
)
[
gitlab workhorse
]:
https://gitlab.com/gitlab-org/gitlab-workhorse
"GitLab Workhorse repository"
doc/user/project/builds/img/build_latest_artifacts_browser.png
0 → 100644
View file @
505d9cf9
26 KB
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