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