You've already forked OpenIntegrations
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:
15
ci/split_tests/Airtable/1c_test_en
vendored
15
ci/split_tests/Airtable/1c_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Airtable/1c_test_ru
vendored
15
ci/split_tests/Airtable/1c_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Airtable/cli_deb_test_en
vendored
15
ci/split_tests/Airtable/cli_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Airtable/cli_deb_test_ru
vendored
15
ci/split_tests/Airtable/cli_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Airtable/cli_rpm_test_en
vendored
15
ci/split_tests/Airtable/cli_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Airtable/cli_rpm_test_ru
vendored
15
ci/split_tests/Airtable/cli_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Airtable/cli_test_en
vendored
15
ci/split_tests/Airtable/cli_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Airtable/cli_test_ru
vendored
15
ci/split_tests/Airtable/cli_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Airtable/os_deb_test_en
vendored
15
ci/split_tests/Airtable/os_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Airtable/os_deb_test_ru
vendored
15
ci/split_tests/Airtable/os_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Airtable/os_rpm_test_en
vendored
15
ci/split_tests/Airtable/os_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Airtable/os_rpm_test_ru
vendored
15
ci/split_tests/Airtable/os_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Airtable/os_test_en
vendored
15
ci/split_tests/Airtable/os_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Airtable/os_test_ru
vendored
15
ci/split_tests/Airtable/os_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/1c_test_en
vendored
15
ci/split_tests/Bitrix24/1c_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/1c_test_ru
vendored
15
ci/split_tests/Bitrix24/1c_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/cli_deb_test_en
vendored
15
ci/split_tests/Bitrix24/cli_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/cli_deb_test_ru
vendored
15
ci/split_tests/Bitrix24/cli_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/cli_rpm_test_en
vendored
15
ci/split_tests/Bitrix24/cli_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/cli_rpm_test_ru
vendored
15
ci/split_tests/Bitrix24/cli_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/cli_test_en
vendored
15
ci/split_tests/Bitrix24/cli_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/cli_test_ru
vendored
15
ci/split_tests/Bitrix24/cli_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/os_deb_test_en
vendored
15
ci/split_tests/Bitrix24/os_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/os_deb_test_ru
vendored
15
ci/split_tests/Bitrix24/os_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/os_rpm_test_en
vendored
15
ci/split_tests/Bitrix24/os_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/os_rpm_test_ru
vendored
15
ci/split_tests/Bitrix24/os_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/os_test_en
vendored
15
ci/split_tests/Bitrix24/os_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Bitrix24/os_test_ru
vendored
15
ci/split_tests/Bitrix24/os_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/1c_test_en
vendored
15
ci/split_tests/CDEK/1c_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/1c_test_ru
vendored
15
ci/split_tests/CDEK/1c_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/cli_deb_test_en
vendored
15
ci/split_tests/CDEK/cli_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/cli_deb_test_ru
vendored
15
ci/split_tests/CDEK/cli_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/cli_rpm_test_en
vendored
15
ci/split_tests/CDEK/cli_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/cli_rpm_test_ru
vendored
15
ci/split_tests/CDEK/cli_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/cli_test_en
vendored
15
ci/split_tests/CDEK/cli_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/cli_test_ru
vendored
15
ci/split_tests/CDEK/cli_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/os_deb_test_en
vendored
15
ci/split_tests/CDEK/os_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/os_deb_test_ru
vendored
15
ci/split_tests/CDEK/os_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/os_rpm_test_en
vendored
15
ci/split_tests/CDEK/os_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/os_rpm_test_ru
vendored
15
ci/split_tests/CDEK/os_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/os_test_en
vendored
15
ci/split_tests/CDEK/os_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/CDEK/os_test_ru
vendored
15
ci/split_tests/CDEK/os_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/1c_test_en
vendored
15
ci/split_tests/Dropbox/1c_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/1c_test_ru
vendored
15
ci/split_tests/Dropbox/1c_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/cli_deb_test_en
vendored
15
ci/split_tests/Dropbox/cli_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/cli_deb_test_ru
vendored
15
ci/split_tests/Dropbox/cli_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/cli_rpm_test_en
vendored
15
ci/split_tests/Dropbox/cli_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/cli_rpm_test_ru
vendored
15
ci/split_tests/Dropbox/cli_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/cli_test_en
vendored
15
ci/split_tests/Dropbox/cli_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/cli_test_ru
vendored
15
ci/split_tests/Dropbox/cli_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/os_deb_test_en
vendored
15
ci/split_tests/Dropbox/os_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/os_deb_test_ru
vendored
15
ci/split_tests/Dropbox/os_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/os_rpm_test_en
vendored
15
ci/split_tests/Dropbox/os_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/os_rpm_test_ru
vendored
15
ci/split_tests/Dropbox/os_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/os_test_en
vendored
15
ci/split_tests/Dropbox/os_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/Dropbox/os_test_ru
vendored
15
ci/split_tests/Dropbox/os_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/1c_test_en
vendored
15
ci/split_tests/FTP/1c_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/1c_test_ru
vendored
15
ci/split_tests/FTP/1c_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/cli_deb_test_en
vendored
15
ci/split_tests/FTP/cli_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/cli_deb_test_ru
vendored
15
ci/split_tests/FTP/cli_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/cli_rpm_test_en
vendored
15
ci/split_tests/FTP/cli_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/cli_rpm_test_ru
vendored
15
ci/split_tests/FTP/cli_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/cli_test_en
vendored
15
ci/split_tests/FTP/cli_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/cli_test_ru
vendored
15
ci/split_tests/FTP/cli_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/os_deb_test_en
vendored
15
ci/split_tests/FTP/os_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/os_deb_test_ru
vendored
15
ci/split_tests/FTP/os_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/os_rpm_test_en
vendored
15
ci/split_tests/FTP/os_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/os_rpm_test_ru
vendored
15
ci/split_tests/FTP/os_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/os_test_en
vendored
15
ci/split_tests/FTP/os_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/FTP/os_test_ru
vendored
15
ci/split_tests/FTP/os_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/1c_test_en
vendored
15
ci/split_tests/GoogleCalendar/1c_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/1c_test_ru
vendored
15
ci/split_tests/GoogleCalendar/1c_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/cli_deb_test_en
vendored
15
ci/split_tests/GoogleCalendar/cli_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/cli_deb_test_ru
vendored
15
ci/split_tests/GoogleCalendar/cli_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/cli_rpm_test_en
vendored
15
ci/split_tests/GoogleCalendar/cli_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/cli_rpm_test_ru
vendored
15
ci/split_tests/GoogleCalendar/cli_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/cli_test_en
vendored
15
ci/split_tests/GoogleCalendar/cli_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/cli_test_ru
vendored
15
ci/split_tests/GoogleCalendar/cli_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/os_deb_test_en
vendored
15
ci/split_tests/GoogleCalendar/os_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/os_deb_test_ru
vendored
15
ci/split_tests/GoogleCalendar/os_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/os_rpm_test_en
vendored
15
ci/split_tests/GoogleCalendar/os_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/os_rpm_test_ru
vendored
15
ci/split_tests/GoogleCalendar/os_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/os_test_en
vendored
15
ci/split_tests/GoogleCalendar/os_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleCalendar/os_test_ru
vendored
15
ci/split_tests/GoogleCalendar/os_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/1c_test_en
vendored
15
ci/split_tests/GoogleDrive/1c_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/1c_test_ru
vendored
15
ci/split_tests/GoogleDrive/1c_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/cli_deb_test_en
vendored
15
ci/split_tests/GoogleDrive/cli_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/cli_deb_test_ru
vendored
15
ci/split_tests/GoogleDrive/cli_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/cli_rpm_test_en
vendored
15
ci/split_tests/GoogleDrive/cli_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/cli_rpm_test_ru
vendored
15
ci/split_tests/GoogleDrive/cli_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/cli_test_en
vendored
15
ci/split_tests/GoogleDrive/cli_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/cli_test_ru
vendored
15
ci/split_tests/GoogleDrive/cli_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/os_deb_test_en
vendored
15
ci/split_tests/GoogleDrive/os_deb_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/os_deb_test_ru
vendored
15
ci/split_tests/GoogleDrive/os_deb_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/os_rpm_test_en
vendored
15
ci/split_tests/GoogleDrive/os_rpm_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/os_rpm_test_ru
vendored
15
ci/split_tests/GoogleDrive/os_rpm_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/os_test_en
vendored
15
ci/split_tests/GoogleDrive/os_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleDrive/os_test_ru
vendored
15
ci/split_tests/GoogleDrive/os_test_ru
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleSheets/1c_test_en
vendored
15
ci/split_tests/GoogleSheets/1c_test_en
vendored
@@ -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') }
|
||||
|
||||
15
ci/split_tests/GoogleSheets/1c_test_ru
vendored
15
ci/split_tests/GoogleSheets/1c_test_ru
vendored
@@ -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
Reference in New Issue
Block a user