1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00
This commit is contained in:
Dima
2024-11-27 14:22:33 +03:00
parent ab88f8f9ce
commit d53ae8d620

View File

@@ -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)