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 09:29:52 +03:00
parent e6436b8676
commit 23d3bf7ddd
2 changed files with 61 additions and 1 deletions
+4 -1
View File
@@ -61,6 +61,7 @@
ТекущаяКоманда = Модуль.Ключ;
ТекстРаботы = "
| def test_" + ТекущаяКоманда + "() {
| stage('" + ТекущаяКоманда + "') {
| steps {
|
@@ -99,7 +100,9 @@
ТекстРаботы = ТекстРаботы + "
| }
| }";
| }
| }
|test_" + ТекущаяКоманда + "()";
ТекущийФайл.ДобавитьСтроку(ТекстРаботы);