Updated junit report configuration

This commit is contained in:
delvedor
2020-04-21 10:29:57 +02:00
parent 3ab7712a8b
commit dc998fdd87
7 changed files with 7 additions and 1 deletions

View File

@ -70,5 +70,5 @@
- email:
recipients: infra-root+build@elastic.co
- junit:
results: "**/*-junit.xml"
results: "*-junit.xml"
allow-empty-results: true

View File

@ -3,6 +3,7 @@
name: elastic+elasticsearch-js+5.x
display-name: 'elastic / elasticsearch-js # 5.x'
description: Testing the elasticsearch-js 5.x branch.
junit_results: "*-junit.xml"
parameters:
- string:
name: branch_specifier

View File

@ -3,6 +3,7 @@
name: elastic+elasticsearch-js+6.x
display-name: 'elastic / elasticsearch-js # 6.x'
description: Testing the elasticsearch-js 6.x branch.
junit_results: "*-junit.xml"
parameters:
- string:
name: branch_specifier

View File

@ -3,6 +3,7 @@
name: elastic+elasticsearch-js+7.7
display-name: 'elastic / elasticsearch-js # 7.7'
description: Testing the elasticsearch-js 7.7 branch.
junit_results: "*-junit.xml"
parameters:
- string:
name: branch_specifier

View File

@ -3,6 +3,7 @@
name: elastic+elasticsearch-js+7.x
display-name: 'elastic / elasticsearch-js # 7.x'
description: Testing the elasticsearch-js 7.x branch.
junit_results: "*-junit.xml"
parameters:
- string:
name: branch_specifier

View File

@ -3,6 +3,7 @@
name: elastic+elasticsearch-js+master
display-name: 'elastic / elasticsearch-js # master'
description: Testing the elasticsearch-js master branch.
junit_results: "*-junit.xml"
parameters:
- string:
name: branch_specifier

View File

@ -3,6 +3,7 @@
name: elastic+elasticsearch-js+pull-request
display-name: 'elastic / elasticsearch-js # pull-request'
description: Testing of elasticsearch-js pull requests.
junit_results: "*-junit.xml"
scm:
- git:
branches: