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
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorMalte Blättermann <malte.blaettermann@gmail.com>2016-01-27 02:53:36 +0300
committerMalte Blättermann <mbl@svb.de>2016-02-03 00:43:15 +0300
commitacea6e1c507cf35123a8fe87ca708683719f4820 (patch)
treeebc5a4c1b75c21653b38402055ddd728a4117e87 /doc/ci/yaml
parenta12ac9c060018071d75c7b1e9d9ee3b90cb4d792 (diff)
Documentation cleanup of artifacts section in Gitlab CI Readme
- Added notice about build artifacts not beeing collected on failed builds. - Removed "introduced in 0.7.0" for artifacts section. - Made windows notice more precise
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r--doc/ci/yaml/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 4d280297dbb..194c8171bb9 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -393,8 +393,12 @@ The above script will:
### artifacts
-_**Note:** Introduced in GitLab Runner v0.7.0. Also, the Windows shell executor
- does not currently support artifact uploads._
+_**Note:** Introduced in GitLab Runner v0.7.0 for non-Windows platforms._
+
+_**Note:** Limited Windows support was added in GitLab Runner v.1.0.0.
+Currently not all executors are supported._
+
+_**Note:** Build artifacts are only collected for successful builds._
`artifacts` is used to specify list of files and directories which should be
attached to build after success. Below are some examples.