1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-11 11:41:56 +02:00
This commit is contained in:
Anton Titovets 2024-09-25 13:35:30 +03:00
parent d3b3877729
commit 7264824a64
2 changed files with 0 additions and 8 deletions

View File

@ -8,8 +8,6 @@ pipeline {
powershell encoding: 'UTF-8', script:'oscript -make ./src/ru/cli/core/Classes/app.os oint.exe'
}
}
stage('Run'){
steps{
test_tools()
test_airtable()
test_bitrix24()
@ -30,8 +28,6 @@ test_vkteams()
test_yadisk()
test_yandex()
}
}
}
}

View File

@ -82,8 +82,6 @@
| powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe'
| }
| }
| stage('Run'){
| steps{
|";
Для Каждого Модуль Из Модули Цикл
@ -94,8 +92,6 @@
КонецЦикла;
ТекстРаботы = ТекстРаботы + "
| }
| }
| }
|}
|";