Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean Packham (GitLab) <sean@seanpackham.com>2017-05-19 16:37:42 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-05-23 00:41:55 +0300
commit6e9dddd99e0e728264e45fe45c99b5ca3149de60 (patch)
treedb54edc255b6505a7845566e501410102335543b /doc
parent4cb502075db2bc1deb64bc8701886db00b2c9315 (diff)
Merge branch 'docs/artifacts-preview' into 'master'
Add note about artifacts previewing in docs See merge request !11539
Diffstat (limited to 'doc')
-rw-r--r--doc/user/project/pipelines/job_artifacts.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/project/pipelines/job_artifacts.md b/doc/user/project/pipelines/job_artifacts.md
index 5ce99843301..151ee4728ad 100644
--- a/doc/user/project/pipelines/job_artifacts.md
+++ b/doc/user/project/pipelines/job_artifacts.md
@@ -41,6 +41,10 @@ For more examples on artifacts, follow the artifacts reference in
## Browsing job artifacts
+>**Note:**
+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.
+
After a job finishes, if you visit the job's specific page, you can see
that there are two buttons. One is for downloading the artifacts archive and
the other for browsing its contents.