diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-24 22:49:37 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-24 22:49:37 +0100 |
commit | 5c69560a2d7a3b0db2db6d0b57baa677fd21f494 (patch) | |
tree | 8d239d4ee735ff89cd7f709f22ee4b5f81d30af4 | |
parent | e9eece1d44a97700acfb61a57dc8a69b3df91263 (diff) | |
download | gitlab-ce-5c69560a2d7a3b0db2db6d0b57baa677fd21f494.tar.gz |
Add note on artifacts browser functionality
Based on the following comment:
https://gitlab.com/gitlab-org/gitlab-ce/issues/12634#note_3359006
[ci skip]
-rw-r--r-- | doc/ci/build_artifacts/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ci/build_artifacts/README.md b/doc/ci/build_artifacts/README.md index b112beef7b0..58cbe653c34 100644 --- a/doc/ci/build_artifacts/README.md +++ b/doc/ci/build_artifacts/README.md @@ -11,6 +11,11 @@ Starting from GitLab 8.4 and GitLab Runner 1.0, the artifacts archive format changed to `ZIP`, and it is now possible to browse its contents, with the added ability of downloading the files separately. +**Note:** +The artifacts browser will be available only for new artifacts that are sent +to GitLab using GitLab Runner version 1.0 and up. You will not be available to +see the browser for old artifacts already uploaded to GitLab. + ## Enabling build artifacts _If you are searching for ways to use artifacts, jump to |