mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2024-12-13 11:27:08 +02:00
Добавлен возврат при отсутствии результатов
This commit is contained in:
parent
2f05b088a7
commit
086cd4b804
@ -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…
Reference in New Issue
Block a user