1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-21 21:27:27 +02:00
This commit is contained in:
Anton Titovets 2024-09-25 09:48:22 +03:00
parent ed3b329264
commit ccf1a91b5f
2 changed files with 80 additions and 60 deletions

View File

@ -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') {

View File

@ -75,9 +75,10 @@
ТекстРаботы = "
|def test_" + ТекущаяКоманда + "() {
| stages {
| stage('" + ТекущаяКоманда + "'){
| steps {
| pipeline {
| stages {
| stage('" + ТекущаяКоманда + "'){
| steps {
|
|";