mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-23 21:29:38 +02:00
Fastfix
This commit is contained in:
parent
4e1e9fc99c
commit
fc5f303dd2
36
ci/clitestru
36
ci/clitestru
@ -1,38 +1,12 @@
|
|||||||
|
|
||||||
pipeline {
|
stage('yandex'){
|
||||||
agent any
|
|
||||||
stages {
|
|
||||||
stage('Prepare'){
|
|
||||||
steps{
|
steps{
|
||||||
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx'
|
test_yandex()
|
||||||
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()
|
|
||||||
test_dropbox()
|
|
||||||
test_gcalendar()
|
|
||||||
test_gdrive()
|
|
||||||
test_gsheets()
|
|
||||||
test_google()
|
|
||||||
test_neocities()
|
|
||||||
test_notion()
|
|
||||||
test_ozon()
|
|
||||||
test_slack()
|
|
||||||
test_telegram()
|
|
||||||
test_twitter()
|
|
||||||
test_viber()
|
|
||||||
test_vk()
|
|
||||||
test_vkteams()
|
|
||||||
test_yadisk()
|
|
||||||
test_yandex()
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -82,21 +82,27 @@
|
|||||||
| powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe'
|
| powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe'
|
||||||
| }
|
| }
|
||||||
| }
|
| }
|
||||||
| stage('Run'){
|
| stage('Run Tests') {
|
||||||
| steps{
|
| parallel {
|
||||||
|";
|
|";
|
||||||
|
|
||||||
Для Каждого Модуль Из Модули Цикл
|
Для Каждого Модуль Из Модули Цикл
|
||||||
|
|
||||||
ТекущаяКоманда = Модуль.Ключ;
|
ТекущаяКоманда = Модуль.Ключ;
|
||||||
ТекстРаботы = ТекстРаботы + "test_" + ТекущаяКоманда + "()" + Символы.ПС;
|
|
||||||
|
ТекстРаботы = "
|
||||||
|
| stage('" + ТекущаяКоманда + "'){
|
||||||
|
| steps{
|
||||||
|
| test_" + ТекущаяКоманда + "()
|
||||||
|
| }
|
||||||
|
| }";
|
||||||
|
|
||||||
КонецЦикла;
|
КонецЦикла;
|
||||||
|
|
||||||
ТекстРаботы = ТекстРаботы + "
|
ТекстРаботы = ТекстРаботы + "
|
||||||
| }
|
| }
|
||||||
| }
|
| }
|
||||||
| }
|
| }
|
||||||
|}
|
|}
|
||||||
|";
|
|";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user