1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-10-21 11:36:43 +03:00
parent bd42f76940
commit aa10e4c564
3592 changed files with 27015 additions and 19226 deletions

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\en\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\ru\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Airtable') {
when {
expression { return shouldRunStage('Airtable') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\en\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\ru\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Bitrix24') {
when {
expression { return shouldRunStage('Bitrix24') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\en\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\ru\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-CDEK') {
when {
expression { return shouldRunStage('CDEK') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\en\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\ru\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-Dropbox') {
when {
expression { return shouldRunStage('Dropbox') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\en\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\ru\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-FTP') {
when {
expression { return shouldRunStage('FTP') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\en\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\ru\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleCalendar') {
when {
expression { return shouldRunStage('GoogleCalendar') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\en\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\ru\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -63,6 +63,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -62,6 +62,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -142,6 +142,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -72,6 +72,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -69,6 +69,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleDrive') {
when {
expression { return shouldRunStage('GoogleDrive') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\en\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleSheets') {
when {
expression { return shouldRunStage('GoogleSheets') }

View File

@@ -61,6 +61,21 @@ pipeline {
}
}
stage('Testing-BuildCheck') {
when {
expression { return shouldRunStage('BuildCheck') }
}
steps {
script {
def tests = [
['BuildCheck', 'C:\\ProgramData\\Jenkins\\.jenkins\\workspace\\OpiBuild\\OpiMain\\service\\yaxunit_conf\\ru\\BuildCheck.json'],
]
for (test in tests) {
runLibraryTest(test[0], test[1])
}
}
}
}
stage('Testing-GoogleSheets') {
when {
expression { return shouldRunStage('GoogleSheets') }

Some files were not shown because too many files have changed in this diff Show More