Merge branch 'update_artifact_runner_docs' into 'master'

Clarify Windows shell executor artifact upload support

@ayufan noted that the runner does not support artifact upload for Windows shell executor. This adds a note so users aren't confused.

See merge request !2142
This commit is contained in:
Achilleas Pipinellis 2015-12-19 08:37:34 +00:00
commit 3ee33b54bf

View file

@ -336,7 +336,8 @@ The above script will:
### artifacts
_**Note:** Introduced in GitLab Runner v0.7.0._
_**Note:** Introduced in GitLab Runner v0.7.0. Also, the Windows shell executor
does not currently support artifact uploads._
`artifacts` is used to specify list of files and directories which should be
attached to build after success. Below are some examples.