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
This commit is contained in:
Malte Blättermann 2016-01-26 23:53:36 +00:00 committed by Malte Blättermann
parent a12ac9c060
commit acea6e1c50
1 changed files with 6 additions and 2 deletions

View File

@ -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.