summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-08-07 15:29:00 +0900
committerShinya Maeda <shinya@gitlab.com>2018-08-07 15:29:00 +0900
commit53627d63ca699444d51174bc7b9a7dca843cedef (patch)
tree66639a56b789a2d80b48d718eea95794c3255a4d
parente59dca1a0c8633577c155577a7552a04a719f8b0 (diff)
downloadgitlab-ce-documents-for-junit-test-reports.tar.gz
Added multiple test erportsdocuments-for-junit-test-reports
-rw-r--r--doc/ci/yaml/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index e89f8f3c504..772378bb466 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1129,6 +1129,15 @@ rspec:
The collected JUnit report will be persisted in GitLab as well as a general artiafcts (i.e. `artifacts:paths`) will.
Without any further configuration, GitLab will automatically parse those reports and surface on UI, such as merge requests.
+You can also specify multiple test report paths within a sinlge job. GitLab-runner automatically concatenate those files into a single GunZip file.
+
+```yaml
+rspec:
+ artifacts:
+ reports:
+ junit: [rspec-1.xml, rspec-2.xml, rspec-3.xml]
+```
+
## `dependencies`
> Introduced in GitLab 8.6 and GitLab Runner v1.1.1.