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:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-25 00:49:37 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-25 00:49:37 +0300
commit5c69560a2d7a3b0db2db6d0b57baa677fd21f494 (patch)
tree8d239d4ee735ff89cd7f709f22ee4b5f81d30af4 /doc/ci/build_artifacts
parente9eece1d44a97700acfb61a57dc8a69b3df91263 (diff)
Add note on artifacts browser functionality
Based on the following comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/12634#note_3359006 [ci skip]
Diffstat (limited to 'doc/ci/build_artifacts')
-rw-r--r--doc/ci/build_artifacts/README.md5
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