1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00

rm archiveArtifacts

This commit is contained in:
Dima
2024-12-16 18:16:19 +03:00
parent f670490e2e
commit ed94c8449d

View File

@@ -91,8 +91,6 @@ class Yaxunit implements Serializable, Coverable {
steps.stash(YAXUNIT_ALLURE_STASH, "$allureReportDir/**", true)
}
steps.archiveArtifacts("build/out/yaxunit/junit.xml")
}
}