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
8cf22bab
Commit
8cf22bab
authored
Oct 02, 2017
by
Eric Eastwood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add docs for online view of HTML artifacts
parent
95c44a89
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
doc/user/project/pipelines/img/job_artifacts_browser.png
doc/user/project/pipelines/img/job_artifacts_browser.png
+0
-0
doc/user/project/pipelines/job_artifacts.md
doc/user/project/pipelines/job_artifacts.md
+7
-1
No files found.
doc/user/project/pipelines/img/job_artifacts_browser.png
View replaced file @
95c44a89
View file @
8cf22bab
3.68 KB
|
W:
|
H:
3.85 KB
|
W:
|
H:
2-up
Swipe
Onion skin
doc/user/project/pipelines/job_artifacts.md
View file @
8cf22bab
...
...
@@ -50,6 +50,10 @@ For more examples on artifacts, follow the [artifacts reference in
With GitLab 9.2, PDFs, images, videos and other formats can be previewed
directly in the job artifacts browser without the need to download them.
>**Note:**
With
[
GitLab 10.1
][
ce-14399
]
, HTML files in a public project can be previewed
directly in a new tab without the need to download them.
After a job finishes, if you visit the job's specific page, there are three
buttons. You can download the artifacts archive or browse its contents, whereas
the
**Keep**
button appears only if you have set an [expiry date] to the
...
...
@@ -64,7 +68,8 @@ archive. If your artifacts contained directories, then you are also able to
browse inside them.
Below you can see how browsing looks like. In this case we have browsed inside
the archive and at this point there is one directory and one HTML file.
the archive and at this point there is one directory, a couple files, and
one HTML file that you can view directly online (opens in a new tab).
![
Job artifacts browser
](
img/job_artifacts_browser.png
)
...
...
@@ -158,3 +163,4 @@ information in the UI.
[
expiry date
]:
../../../ci/yaml/README.md#artifacts-expire_in
[
ce-14399
]:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14399
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