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:40:04 +03:00
parent 0b5cb52f42
commit 6939f46dd2
2 changed files with 28 additions and 60 deletions
+5 -3
View File
@@ -82,6 +82,8 @@
| powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe'
| }
| }
| stage('Run'){
| steps{
|";
Для Каждого Модуль Из Модули Цикл
@@ -92,6 +94,8 @@
КонецЦикла;
ТекстРаботы = ТекстРаботы + "
| }
| }
| }
|}
|";
@@ -105,8 +109,6 @@
ТекстФункции = "
|
|def test_" + ТекущаяКоманда + "(){
| stage('" + ТекущаяКоманда + "'){
| steps {
|
|";
@@ -142,7 +144,7 @@
КонецЦикла;
ТекстФункции = ТекстФункции + "
|}}}
|}
|";