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

View File

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