diff --git a/src/ru/pulsar/jenkins/library/steps/Yaxunit.groovy b/src/ru/pulsar/jenkins/library/steps/Yaxunit.groovy index 7a55688..70f2477 100644 --- a/src/ru/pulsar/jenkins/library/steps/Yaxunit.groovy +++ b/src/ru/pulsar/jenkins/library/steps/Yaxunit.groovy @@ -131,7 +131,7 @@ class Yaxunit implements Serializable { steps.stash(YAXUNIT_ALLURE_STASH, "$allureReportDir/**", true) } - steps.archiveArtifacts("build/out/yaxunit/log.txt") + steps.archiveArtifacts("build/out/yaxunit/junit.xml") if (options.coverage) { steps.stash(COVERAGE_STASH_NAME, COVERAGE_STASH_PATH, true)