summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-11-02 15:39:08 +0000
committerLin Jen-Shin <godfat@godfat.org>2017-11-06 19:58:52 +0800
commitdcfe76bdbeff55c7b6d76f970b9f1b48bd21fc32 (patch)
tree8b25b4e141cdab62e44837e007e4f8f47710da5e
parenta3550ffb3ee7cc9516762c4afcaf8dd574f03286 (diff)
downloadgitlab-ce-dcfe76bdbeff55c7b6d76f970b9f1b48bd21fc32.tar.gz
Merge branch 'clarify-docs-about-external-artifacts-and-gitlab-pages' into 'master'
Document GitLab pages prerequisite with external HTML artifacts See merge request gitlab-org/gitlab-ce!15153
-rw-r--r--doc/user/project/pipelines/job_artifacts.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/user/project/pipelines/job_artifacts.md b/doc/user/project/pipelines/job_artifacts.md
index 9ef6f9185c9..f9a268fb789 100644
--- a/doc/user/project/pipelines/job_artifacts.md
+++ b/doc/user/project/pipelines/job_artifacts.md
@@ -52,7 +52,8 @@ 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.
+directly in a new tab without the need to download them when
+[GitLab Pages](../../../administration/pages/index.md) is enabled
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
@@ -69,7 +70,8 @@ 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, a couple files, and
-one HTML file that you can view directly online (opens in a new tab).
+one HTML file that you can view directly online when
+[GitLab Pages](../../../administration/pages/index.md) is enabled (opens in a new tab).
![Job artifacts browser](img/job_artifacts_browser.png)