From ccf1a91b5f2958bad1c36dffbe1aad176eb5f84f Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Wed, 25 Sep 2024 09:48:22 +0300 Subject: [PATCH] fastfix --- ci/clitestru | 133 +++++++++++++++++++++++------------------ ci/os/cli_testmaker.os | 7 ++- 2 files changed, 80 insertions(+), 60 deletions(-) diff --git a/ci/clitestru b/ci/clitestru index d573cf50bf..db29fd9140 100644 --- a/ci/clitestru +++ b/ci/clitestru @@ -1,8 +1,9 @@  def test_tools() { - stages { - stage('tools'){ - steps { + pipeline { + stages { + stage('tools'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -16,9 +17,10 @@ def test_tools() { }}}} def test_airtable() { - stages { - stage('airtable'){ - steps { + pipeline { + stages { + stage('airtable'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -116,9 +118,10 @@ def test_airtable() { }}}} def test_bitrix24() { - stages { - stage('bitrix24'){ - steps { + pipeline { + stages { + stage('bitrix24'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -764,9 +767,10 @@ def test_bitrix24() { }}}} def test_dropbox() { - stages { - stage('dropbox'){ - steps { + pipeline { + stages { + stage('dropbox'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -884,9 +888,10 @@ def test_dropbox() { }}}} def test_gcalendar() { - stages { - stage('gcalendar'){ - steps { + pipeline { + stages { + stage('gcalendar'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -956,9 +961,10 @@ def test_gcalendar() { }}}} def test_gdrive() { - stages { - stage('gdrive'){ - steps { + pipeline { + stages { + stage('gdrive'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -1016,9 +1022,10 @@ def test_gdrive() { }}}} def test_gsheets() { - stages { - stage('gsheets'){ - steps { + pipeline { + stages { + stage('gsheets'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -1060,9 +1067,10 @@ def test_gsheets() { }}}} def test_google() { - stages { - stage('google'){ - steps { + pipeline { + stages { + stage('google'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -1080,9 +1088,10 @@ def test_google() { }}}} def test_neocities() { - stages { - stage('neocities'){ - steps { + pipeline { + stages { + stage('neocities'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -1116,9 +1125,10 @@ def test_neocities() { }}}} def test_notion() { - stages { - stage('notion'){ - steps { + pipeline { + stages { + stage('notion'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -1176,9 +1186,10 @@ def test_notion() { }}}} def test_ozon() { - stages { - stage('ozon'){ - steps { + pipeline { + stages { + stage('ozon'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -1364,9 +1375,10 @@ def test_ozon() { }}}} def test_slack() { - stages { - stage('slack'){ - steps { + pipeline { + stages { + stage('slack'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -1520,9 +1532,10 @@ def test_slack() { }}}} def test_telegram() { - stages { - stage('telegram'){ - steps { + pipeline { + stages { + stage('telegram'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -1664,9 +1677,10 @@ def test_telegram() { }}}} def test_twitter() { - stages { - stage('twitter'){ - steps { + pipeline { + stages { + stage('twitter'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -1704,9 +1718,10 @@ def test_twitter() { }}}} def test_viber() { - stages { - stage('viber'){ - steps { + pipeline { + stages { + stage('viber'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -1756,9 +1771,10 @@ def test_viber() { }}}} def test_vk() { - stages { - stage('vk'){ - steps { + pipeline { + stages { + stage('vk'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -1964,9 +1980,10 @@ def test_vk() { }}}} def test_vkteams() { - stages { - stage('vkteams'){ - steps { + pipeline { + stages { + stage('vkteams'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -2088,9 +2105,10 @@ def test_vkteams() { }}}} def test_yadisk() { - stages { - stage('yadisk'){ - steps { + pipeline { + stages { + stage('yadisk'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { @@ -2164,9 +2182,10 @@ def test_yadisk() { }}}} def test_yandex() { - stages { - stage('yandex'){ - steps { + pipeline { + stages { + stage('yandex'){ + steps { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { diff --git a/ci/os/cli_testmaker.os b/ci/os/cli_testmaker.os index e49972ebeb..2c554bfde1 100644 --- a/ci/os/cli_testmaker.os +++ b/ci/os/cli_testmaker.os @@ -75,9 +75,10 @@ ТекстРаботы = " |def test_" + ТекущаяКоманда + "() { - | stages { - | stage('" + ТекущаяКоманда + "'){ - | steps { + | pipeline { + | stages { + | stage('" + ТекущаяКоманда + "'){ + | steps { | |";