Skip to content

Commit

Permalink
Тест работы pathToJUnitReport.copyTo(pathToAllureReport)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuser committed Jan 24, 2025
1 parent f34e1b4 commit 26a8d0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ru/pulsar/jenkins/library/steps/Yaxunit.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ class Yaxunit implements Serializable, Coverable {
FilePath pathToAllureReport = FileUtils.getFilePath("$env.WORKSPACE/$allureReport")
String allureReportDir = FileUtils.getLocalPath(pathToAllureReport.getParent())

// * Закомментировано, т.к. ошибка формирования отчета allure
//pathToJUnitReport.copyTo(pathToAllureReport)
pathToJUnitReport.copyTo(pathToAllureReport)

steps.stash(YAXUNIT_ALLURE_STASH, "$allureReportDir/**", true)
}
Expand Down

0 comments on commit 26a8d0e

Please sign in to comment.