1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-25 21:39:21 +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() { def test_tools() {
stages { pipeline {
stage('tools'){ stages {
steps { stage('tools'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -16,9 +17,10 @@ def test_tools() {
}}}} }}}}
def test_airtable() { def test_airtable() {
stages { pipeline {
stage('airtable'){ stages {
steps { stage('airtable'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -116,9 +118,10 @@ def test_airtable() {
}}}} }}}}
def test_bitrix24() { def test_bitrix24() {
stages { pipeline {
stage('bitrix24'){ stages {
steps { stage('bitrix24'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -764,9 +767,10 @@ def test_bitrix24() {
}}}} }}}}
def test_dropbox() { def test_dropbox() {
stages { pipeline {
stage('dropbox'){ stages {
steps { stage('dropbox'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -884,9 +888,10 @@ def test_dropbox() {
}}}} }}}}
def test_gcalendar() { def test_gcalendar() {
stages { pipeline {
stage('gcalendar'){ stages {
steps { stage('gcalendar'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -956,9 +961,10 @@ def test_gcalendar() {
}}}} }}}}
def test_gdrive() { def test_gdrive() {
stages { pipeline {
stage('gdrive'){ stages {
steps { stage('gdrive'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -1016,9 +1022,10 @@ def test_gdrive() {
}}}} }}}}
def test_gsheets() { def test_gsheets() {
stages { pipeline {
stage('gsheets'){ stages {
steps { stage('gsheets'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -1060,9 +1067,10 @@ def test_gsheets() {
}}}} }}}}
def test_google() { def test_google() {
stages { pipeline {
stage('google'){ stages {
steps { stage('google'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -1080,9 +1088,10 @@ def test_google() {
}}}} }}}}
def test_neocities() { def test_neocities() {
stages { pipeline {
stage('neocities'){ stages {
steps { stage('neocities'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -1116,9 +1125,10 @@ def test_neocities() {
}}}} }}}}
def test_notion() { def test_notion() {
stages { pipeline {
stage('notion'){ stages {
steps { stage('notion'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -1176,9 +1186,10 @@ def test_notion() {
}}}} }}}}
def test_ozon() { def test_ozon() {
stages { pipeline {
stage('ozon'){ stages {
steps { stage('ozon'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -1364,9 +1375,10 @@ def test_ozon() {
}}}} }}}}
def test_slack() { def test_slack() {
stages { pipeline {
stage('slack'){ stages {
steps { stage('slack'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -1520,9 +1532,10 @@ def test_slack() {
}}}} }}}}
def test_telegram() { def test_telegram() {
stages { pipeline {
stage('telegram'){ stages {
steps { stage('telegram'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -1664,9 +1677,10 @@ def test_telegram() {
}}}} }}}}
def test_twitter() { def test_twitter() {
stages { pipeline {
stage('twitter'){ stages {
steps { stage('twitter'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -1704,9 +1718,10 @@ def test_twitter() {
}}}} }}}}
def test_viber() { def test_viber() {
stages { pipeline {
stage('viber'){ stages {
steps { stage('viber'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -1756,9 +1771,10 @@ def test_viber() {
}}}} }}}}
def test_vk() { def test_vk() {
stages { pipeline {
stage('vk'){ stages {
steps { stage('vk'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -1964,9 +1980,10 @@ def test_vk() {
}}}} }}}}
def test_vkteams() { def test_vkteams() {
stages { pipeline {
stage('vkteams'){ stages {
steps { stage('vkteams'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -2088,9 +2105,10 @@ def test_vkteams() {
}}}} }}}}
def test_yadisk() { def test_yadisk() {
stages { pipeline {
stage('yadisk'){ stages {
steps { stage('yadisk'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
@ -2164,9 +2182,10 @@ def test_yadisk() {
}}}} }}}}
def test_yandex() { def test_yandex() {
stages { pipeline {
stage('yandex'){ stages {
steps { stage('yandex'){
steps {
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {

View File

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