You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
fixes
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1 +1,2 @@
|
||||
*.groovy eol=lf
|
||||
*.md eol=lf
|
@@ -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())
|
||||
|
||||
|
Reference in New Issue
Block a user