mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-06-01 00:39:32 +02:00
Добавлен возврат при отсутствии результатов
This commit is contained in:
parent
6893b6610e
commit
2c937af02e
@ -25,6 +25,7 @@ class PublishAllure implements Serializable {
|
|||||||
FilePath allurePath = FileUtils.getFilePath('build/out/allure')
|
FilePath allurePath = FileUtils.getFilePath('build/out/allure')
|
||||||
if (!allurePath.exists()) {
|
if (!allurePath.exists()) {
|
||||||
Logger.println("Отсутствуют результаты allure для публикации")
|
Logger.println("Отсутствуют результаты allure для публикации")
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
List<String> results = new ArrayList<>();
|
List<String> results = new ArrayList<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user