From d53ae8d6203c9b90c4adab00079f0229b0b08166 Mon Sep 17 00:00:00 2001 From: Dima Date: Wed, 27 Nov 2024 14:22:33 +0300 Subject: [PATCH] fix path --- src/ru/pulsar/jenkins/library/steps/Yaxunit.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)