1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-17 21:08:03 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-10-28 19:39:57 +03:00
parent 2eecf30935
commit 52bc29909a
5 changed files with 5238 additions and 5230 deletions

File diff suppressed because it is too large Load Diff

View File

@ -495,8 +495,6 @@ Function ExecuteTestCLI(Val Library, Val Method, Val Options) Export
Result = ReadJSON(JSONReader, True);
JSONReader.Close();
DeleteFiles(ResultFile);
Except
Message(DetailErrorDescription(ErrorInfo()));
@ -511,6 +509,12 @@ Function ExecuteTestCLI(Val Library, Val Method, Val Options) Export
WriteCLICall(Library, Method, Options);
Try
DeleteFiles(ResultFile);
Except
Message("Failed to delete the temporary file after the test!");
EndTry;
Return Result;
EndFunction

View File

@ -495,8 +495,6 @@ Function ExecuteTestCLI(Val Library, Val Method, Val Options) Export
Result = ReadJSON(JSONReader, True);
JSONReader.Close();
DeleteFiles(ResultFile);
Except
Message(DetailErrorDescription(ErrorInfo()));
@ -511,6 +509,12 @@ Function ExecuteTestCLI(Val Library, Val Method, Val Options) Export
WriteCLICall(Library, Method, Options);
Try
DeleteFiles(ResultFile);
Except
Message("Failed to delete the temporary file after the test!");
EndTry;
Return Result;
EndFunction

View File

@ -508,7 +508,7 @@
КонецПопытки;
ЗаписатьВызовCLI(Библиотека, Метод, Опции);
Попытка
УдалитьФайлы(ФайлРезультата);
Исключение
@ -1935,9 +1935,9 @@
КонецФункции
Функция ПолучитьОбщийМодуль(Знач Имя)
Модуль = Вычислить(Имя);
Возврат Модуль;
КонецФункции

View File

@ -508,7 +508,7 @@
КонецПопытки;
ЗаписатьВызовCLI(Библиотека, Метод, Опции);
Попытка
УдалитьФайлы(ФайлРезультата);
Исключение