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
diff options
context:
space:
mode:
authorMarcia Ramos <marcia@gitlab.com>2019-04-24 12:54:44 +0300
committerMarcia Ramos <marcia@gitlab.com>2019-04-24 12:54:44 +0300
commita70a6ba3582f51dd3457798ba26451f44e360563 (patch)
tree59092f9be4c8af41b02d1a54eb19ed3525219152
parent272071219e5b8261352b4b98431a78d51a93ccda (diff)
parente14be51546824661bbcb25db06944898ae58b93a (diff)
Merge branch 'patch-31' into 'master'
Job artifact documentation: Added list of textual formats Closes #56801 See merge request gitlab-org/gitlab-ce!27430
-rw-r--r--doc/user/project/pipelines/job_artifacts.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/pipelines/job_artifacts.md b/doc/user/project/pipelines/job_artifacts.md
index a3f40c20192..629b5e1fde4 100644
--- a/doc/user/project/pipelines/job_artifacts.md
+++ b/doc/user/project/pipelines/job_artifacts.md
@@ -55,7 +55,8 @@ For more examples on artifacts, follow the [artifacts reference in
> **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 when
-> [GitLab Pages](../../../administration/pages/index.md) is enabled
+> [GitLab Pages](../../../administration/pages/index.md) is enabled.
+> The same holds for textual formats (currently supported extensions: `.txt`, `.json`, and `.log`).
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