1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
This commit is contained in:
Anton Titovets
2024-09-25 13:46:13 +03:00
parent 6939f46dd2
commit 9b95713b32
2 changed files with 17 additions and 37 deletions
+12 -6
View File
@@ -82,21 +82,27 @@
| powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe'
| }
| }
| stage('Run'){
| steps{
| stage('Run Tests') {
| parallel {
|";
Для Каждого Модуль Из Модули Цикл
ТекущаяКоманда = Модуль.Ключ;
ТекстРаботы = ТекстРаботы + "test_" + ТекущаяКоманда + "()" + Символы.ПС;
ТекстРаботы = "
| stage('" + ТекущаяКоманда + "'){
| steps{
| test_" + ТекущаяКоманда + "()
| }
| }";
КонецЦикла;
ТекстРаботы = ТекстРаботы + "
| }
| }
| }
| }
| }
| }
|}
|";