https://plugins.jenkins.io/junit/
https://docs.openstack.org/infra/jenkins-job-builder/publishers.html?highlight=junit#publishers.junit
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
artifacts: 'logs/**'
allow-empty: true
latest-only: false
+
+ - junit:
+ results: 'src/pybind/mgr/dashboard/frontend/cypress/reports/results-*.xml'
+ allow-empty: true
artifacts: 'build/out/mgr.*.log'
allow-empty: true
latest-only: false
+
+ - junit:
+ results: 'src/pybind/mgr/dashboard/frontend/cypress/reports/results-*.xml'
+ allow-empty: true