mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-02 22:05:37 +02:00
Fastfix
This commit is contained in:
parent
bb3b596615
commit
4fca364025
38
ci/clitestru
38
ci/clitestru
@ -1,7 +1,7 @@
|
||||
|
||||
def test_tools(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('tools'){
|
||||
steps {
|
||||
|
||||
@ -18,7 +18,7 @@ def test_tools() {
|
||||
|
||||
def test_airtable(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('airtable'){
|
||||
steps {
|
||||
|
||||
@ -119,7 +119,7 @@ def test_airtable() {
|
||||
|
||||
def test_bitrix24(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('bitrix24'){
|
||||
steps {
|
||||
|
||||
@ -768,7 +768,7 @@ def test_bitrix24() {
|
||||
|
||||
def test_dropbox(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('dropbox'){
|
||||
steps {
|
||||
|
||||
@ -889,7 +889,7 @@ def test_dropbox() {
|
||||
|
||||
def test_gcalendar(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('gcalendar'){
|
||||
steps {
|
||||
|
||||
@ -962,7 +962,7 @@ def test_gcalendar() {
|
||||
|
||||
def test_gdrive(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('gdrive'){
|
||||
steps {
|
||||
|
||||
@ -1023,7 +1023,7 @@ def test_gdrive() {
|
||||
|
||||
def test_gsheets(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('gsheets'){
|
||||
steps {
|
||||
|
||||
@ -1068,7 +1068,7 @@ def test_gsheets() {
|
||||
|
||||
def test_google(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('google'){
|
||||
steps {
|
||||
|
||||
@ -1089,7 +1089,7 @@ def test_google() {
|
||||
|
||||
def test_neocities(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('neocities'){
|
||||
steps {
|
||||
|
||||
@ -1126,7 +1126,7 @@ def test_neocities() {
|
||||
|
||||
def test_notion(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('notion'){
|
||||
steps {
|
||||
|
||||
@ -1187,7 +1187,7 @@ def test_notion() {
|
||||
|
||||
def test_ozon(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('ozon'){
|
||||
steps {
|
||||
|
||||
@ -1376,7 +1376,7 @@ def test_ozon() {
|
||||
|
||||
def test_slack(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('slack'){
|
||||
steps {
|
||||
|
||||
@ -1533,7 +1533,7 @@ def test_slack() {
|
||||
|
||||
def test_telegram(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('telegram'){
|
||||
steps {
|
||||
|
||||
@ -1678,7 +1678,7 @@ def test_telegram() {
|
||||
|
||||
def test_twitter(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('twitter'){
|
||||
steps {
|
||||
|
||||
@ -1719,7 +1719,7 @@ def test_twitter() {
|
||||
|
||||
def test_viber(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('viber'){
|
||||
steps {
|
||||
|
||||
@ -1772,7 +1772,7 @@ def test_viber() {
|
||||
|
||||
def test_vk(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('vk'){
|
||||
steps {
|
||||
|
||||
@ -1981,7 +1981,7 @@ def test_vk() {
|
||||
|
||||
def test_vkteams(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('vkteams'){
|
||||
steps {
|
||||
|
||||
@ -2106,7 +2106,7 @@ def test_vkteams() {
|
||||
|
||||
def test_yadisk(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('yadisk'){
|
||||
steps {
|
||||
|
||||
@ -2183,7 +2183,7 @@ def test_yadisk() {
|
||||
|
||||
def test_yandex(){
|
||||
pipeline {
|
||||
stages {
|
||||
stages() {
|
||||
stage('yandex'){
|
||||
steps {
|
||||
|
||||
|
@ -76,7 +76,7 @@
|
||||
ТекстРаботы = "
|
||||
|def test_" + ТекущаяКоманда + "(){
|
||||
| pipeline {
|
||||
| stages {
|
||||
| stages() {
|
||||
| stage('" + ТекущаяКоманда + "'){
|
||||
| steps {
|
||||
|
|
||||
|
Loading…
x
Reference in New Issue
Block a user