.ci/downstreamTests.groovy in elastic-apm-3.1.0 vs .ci/downstreamTests.groovy in elastic-apm-3.2.0
- old
+ new
@@ -115,10 +115,10 @@
saveResult(x, y, 0)
steps.error("${label} tests failed : ${e.toString()}\n")
} finally {
steps.junit(allowEmptyResults: true,
keepLongStdio: true,
- testResults: "**/spec/ruby-agent-junit.xml")
+ testResults: "**/spec/junit-reports/**/ruby-agent-junit.xml")
if (steps.isCodecovEnabled(x, y)) {
steps.codecov(repo: "${steps.env.REPO}", basedir: "${steps.env.BASE_DIR}",
secret: "${steps.env.CODECOV_SECRET}")
}
}