diff options
author | Philipp Hasper <opensource@ioxp.de> | 2019-04-24 09:54:44 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-04-24 09:54:44 +0000 |
commit | e14be51546824661bbcb25db06944898ae58b93a (patch) | |
tree | 59092f9be4c8af41b02d1a54eb19ed3525219152 /doc/user/project/pipelines | |
parent | 272071219e5b8261352b4b98431a78d51a93ccda (diff) | |
download | gitlab-ce-e14be51546824661bbcb25db06944898ae58b93a.tar.gz |
Job artifact documentation: Added list of textual formats
!22112 added the latest extension to this list, .log meaning
that this doc extension is valid for version >= 11.5
Closes #56801
Diffstat (limited to 'doc/user/project/pipelines')
-rw-r--r-- | doc/user/project/pipelines/job_artifacts.md | 3 |
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 |