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 13:09:59 +03:00
parent 7a5669e86d
commit 4b0bb1f086
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored
View File

@@ -1 +1,2 @@
*.groovy eol=lf
*.md eol=lf

View File

@@ -121,7 +121,7 @@ class Yaxunit implements Serializable {
}
if (options.publishToAllureReport) {
String allureReport = "./build/out/yaxunit/junit.xml"
String allureReport = "./build/out/allure/yaxunit/junit.xml"
FilePath pathToAllureReport = FileUtils.getFilePath("$env.WORKSPACE/$allureReport")
String allureReportDir = FileUtils.getLocalPath(pathToAllureReport.getParent())