summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Packham (GitLab) <sean@seanpackham.com>2017-05-19 13:37:42 +0000
committerClement Ho <ClemMakesApps@gmail.com>2017-05-22 16:41:55 -0500
commit6e9dddd99e0e728264e45fe45c99b5ca3149de60 (patch)
treedb54edc255b6505a7845566e501410102335543b
parent4cb502075db2bc1deb64bc8701886db00b2c9315 (diff)
downloadgitlab-ce-6e9dddd99e0e728264e45fe45c99b5ca3149de60.tar.gz
Merge branch 'docs/artifacts-preview' into 'master'
Add note about artifacts previewing in docs See merge request !11539
-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.