You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
rename yaxunit allure file for consistency
This commit is contained in:
@@ -82,7 +82,7 @@ class Yaxunit implements Serializable, Coverable {
|
||||
}
|
||||
|
||||
if (options.publishToAllureReport) {
|
||||
String allureReport = "./build/out/allure/yaxunit/junit.xml"
|
||||
String allureReport = "./build/out/allure/yaxunit/allure.xml"
|
||||
FilePath pathToAllureReport = FileUtils.getFilePath("$env.WORKSPACE/$allureReport")
|
||||
String allureReportDir = FileUtils.getLocalPath(pathToAllureReport.getParent())
|
||||
|
||||
|
Reference in New Issue
Block a user