diff --git a/.gitattributes b/.gitattributes index 6d0bb27..e69dd18 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.groovy eol=lf +*.md eol=lf \ No newline at end of file diff --git a/src/ru/pulsar/jenkins/library/steps/Yaxunit.groovy b/src/ru/pulsar/jenkins/library/steps/Yaxunit.groovy index 35fb9cf..caf1e18 100644 --- a/src/ru/pulsar/jenkins/library/steps/Yaxunit.groovy +++ b/src/ru/pulsar/jenkins/library/steps/Yaxunit.groovy @@ -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())