1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-07-29 14:51:41 +03:00
parent 27738068fa
commit 6a040240a6
5 changed files with 8537 additions and 8513 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -754,6 +754,10 @@ Function ExecuteTestCLI(Val Library, Val Method, Val Options, Val Record = True)
For Each Option In Options Do
If Option.Value = Undefined Then
Continue;
EndIf;
CurrentValue = GetCLIFormedValue(Option.Value);
LaunchString = LaunchString
@@ -3024,11 +3028,15 @@ Procedure WriteCLICall(Val Library, Val Method, Val Options)
EndIf;
CurrentOption = Option.Value;
If CurrentOption <> Undefined Then
ProcessSpecialOptionsSecrets(Library, Option.Key, CurrentOption);
CurrentOption = FormOption(CurrentOption, Option.Key);
OptionsArray.Add(CurrentOption);
EndIf;
EndDo;
Start = "oint ";

View File

@@ -754,6 +754,10 @@ Function ExecuteTestCLI(Val Library, Val Method, Val Options, Val Record = True)
For Each Option In Options Do
If Option.Value = Undefined Then
Continue;
EndIf;
CurrentValue = GetCLIFormedValue(Option.Value);
LaunchString = LaunchString
@@ -3024,11 +3028,15 @@ Procedure WriteCLICall(Val Library, Val Method, Val Options)
EndIf;
CurrentOption = Option.Value;
If CurrentOption <> Undefined Then
ProcessSpecialOptionsSecrets(Library, Option.Key, CurrentOption);
CurrentOption = FormOption(CurrentOption, Option.Key);
OptionsArray.Add(CurrentOption);
EndIf;
EndDo;
Start = "oint ";

View File

@@ -754,6 +754,10 @@
Для Каждого Опция Из Опции Цикл
Если Опция.Значение = Неопределено Тогда
Продолжить;
КонецЕсли;
ТекущееЗначение = ПолучитьЗначениеДляCLI(Опция.Значение);
СтрокаЗапуска = СтрокаЗапуска
@@ -3024,11 +3028,15 @@
КонецЕсли;
ТекущаяОпция = Опция.Значение;
Если ТекущаяОпция <> Неопределено Тогда
ОбработатьОсобенныеСекретыОпций(Библиотека, Опция.Ключ, ТекущаяОпция);
ТекущаяОпция = ОформитьОпцию(ТекущаяОпция, Опция.Ключ);
МассивОпций.Добавить(ТекущаяОпция);
КонецЕсли;
КонецЦикла;
Начало = "oint ";