You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
fix path
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user