You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-28 00:13:46 +02:00
Main build (Jenkins)
This commit is contained in:
6
ci/cli_deb_test_en
vendored
6
ci/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
@@ -322,7 +325,8 @@ pipeline {
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mong_DatabaseManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_CollectionManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_DocumentsManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_UsersAndRoles'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_UserManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_RoleManagement'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
6
ci/cli_deb_test_ru
vendored
6
ci/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
@@ -322,7 +325,8 @@ pipeline {
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСБазами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСКоллекциями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСДокументами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_ПользователиИРоли'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_УправлениеПользователями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_УправлениеРолями'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/cli_rpm_test_en
vendored
3
ci/cli_rpm_test_en
vendored
@@ -325,7 +325,8 @@ pipeline {
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mong_DatabaseManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_CollectionManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_DocumentsManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_UsersAndRoles'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_UserManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_RoleManagement'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/cli_rpm_test_ru
vendored
3
ci/cli_rpm_test_ru
vendored
@@ -325,7 +325,8 @@ pipeline {
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСБазами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСКоллекциями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСДокументами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_ПользователиИРоли'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_УправлениеПользователями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_УправлениеРолями'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/cli_test_en
vendored
3
ci/cli_test_en
vendored
@@ -405,7 +405,8 @@ pipeline {
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mong_DatabaseManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_CollectionManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_DocumentsManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_UsersAndRoles'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_UserManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_RoleManagement'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/cli_test_ru
vendored
3
ci/cli_test_ru
vendored
@@ -405,7 +405,8 @@ pipeline {
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСБазами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСКоллекциями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСДокументами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_ПользователиИРоли'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_УправлениеПользователями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_УправлениеРолями'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
2
ci/installer_set/share/oint/.versionhash
vendored
2
ci/installer_set/share/oint/.versionhash
vendored
@@ -1 +1 @@
|
||||
D93BCDF56F53D57D432810D6ACB9E32DD7630F8BEFFFBC7FEE2EF58CE6893290
|
||||
35C7B59B67356A080798B38E7C3E274EBC5F403BE7B136307AFDC3FEED81BF30
|
||||
3
ci/os_deb_test_en
vendored
3
ci/os_deb_test_en
vendored
@@ -335,7 +335,8 @@ pipeline {
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mong_DatabaseManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_CollectionManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_DocumentsManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_UsersAndRoles'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_UserManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_RoleManagement'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/os_deb_test_ru
vendored
3
ci/os_deb_test_ru
vendored
@@ -335,7 +335,8 @@ pipeline {
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСБазами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСКоллекциями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСДокументами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_ПользователиИРоли'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_УправлениеПользователями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_УправлениеРолями'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/os_rpm_test_en
vendored
3
ci/os_rpm_test_en
vendored
@@ -335,7 +335,8 @@ pipeline {
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mong_DatabaseManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_CollectionManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_DocumentsManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_UsersAndRoles'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_UserManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_RoleManagement'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/os_rpm_test_ru
vendored
3
ci/os_rpm_test_ru
vendored
@@ -335,7 +335,8 @@ pipeline {
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСБазами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСКоллекциями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСДокументами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_ПользователиИРоли'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_УправлениеПользователями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_УправлениеРолями'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/os_test_en
vendored
3
ci/os_test_en
vendored
@@ -332,7 +332,8 @@ pipeline {
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mong_DatabaseManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_CollectionManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_DocumentsManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_UsersAndRoles'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_UserManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_RoleManagement'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/os_test_ru
vendored
3
ci/os_test_ru
vendored
@@ -332,7 +332,8 @@ pipeline {
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСБазами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСКоллекциями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСДокументами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_ПользователиИРоли'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_УправлениеПользователями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_УправлениеРолями'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/split_tests/Airtable/cli_deb_test_en
vendored
3
ci/split_tests/Airtable/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Airtable/cli_deb_test_ru
vendored
3
ci/split_tests/Airtable/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Bitrix24/cli_deb_test_en
vendored
3
ci/split_tests/Bitrix24/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Bitrix24/cli_deb_test_ru
vendored
3
ci/split_tests/Bitrix24/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/BuildCheck/cli_deb_test_en
vendored
3
ci/split_tests/BuildCheck/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/BuildCheck/cli_deb_test_ru
vendored
3
ci/split_tests/BuildCheck/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/CDEK/cli_deb_test_en
vendored
3
ci/split_tests/CDEK/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/CDEK/cli_deb_test_ru
vendored
3
ci/split_tests/CDEK/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Dropbox/cli_deb_test_en
vendored
3
ci/split_tests/Dropbox/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Dropbox/cli_deb_test_ru
vendored
3
ci/split_tests/Dropbox/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/FTP/cli_deb_test_en
vendored
3
ci/split_tests/FTP/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/FTP/cli_deb_test_ru
vendored
3
ci/split_tests/FTP/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/GoogleDrive/cli_deb_test_en
vendored
3
ci/split_tests/GoogleDrive/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/GoogleDrive/cli_deb_test_ru
vendored
3
ci/split_tests/GoogleDrive/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/GoogleSheets/cli_deb_test_en
vendored
3
ci/split_tests/GoogleSheets/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/GoogleSheets/cli_deb_test_ru
vendored
3
ci/split_tests/GoogleSheets/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/GreenAPI/cli_deb_test_en
vendored
3
ci/split_tests/GreenAPI/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/GreenAPI/cli_deb_test_ru
vendored
3
ci/split_tests/GreenAPI/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/GreenMax/cli_deb_test_en
vendored
3
ci/split_tests/GreenMax/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/GreenMax/cli_deb_test_ru
vendored
3
ci/split_tests/GreenMax/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/HTTPClient/cli_deb_test_en
vendored
3
ci/split_tests/HTTPClient/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/HTTPКлиент/cli_deb_test_ru
vendored
3
ci/split_tests/HTTPКлиент/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/MSSQL/cli_deb_test_en
vendored
3
ci/split_tests/MSSQL/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/MSSQL/cli_deb_test_ru
vendored
3
ci/split_tests/MSSQL/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
6
ci/split_tests/MongoDB/cli_deb_test_en
vendored
6
ci/split_tests/MongoDB/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
@@ -85,7 +88,8 @@ pipeline {
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mong_DatabaseManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_CollectionManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_DocumentsManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_UsersAndRoles'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_UserManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_RoleManagement'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
6
ci/split_tests/MongoDB/cli_deb_test_ru
vendored
6
ci/split_tests/MongoDB/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
@@ -85,7 +88,8 @@ pipeline {
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСБазами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСКоллекциями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСДокументами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_ПользователиИРоли'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_УправлениеПользователями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_УправлениеРолями'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/split_tests/MongoDB/cli_rpm_test_en
vendored
3
ci/split_tests/MongoDB/cli_rpm_test_en
vendored
@@ -88,7 +88,8 @@ pipeline {
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mong_DatabaseManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_CollectionManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_DocumentsManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_UsersAndRoles'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_UserManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_RoleManagement'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/split_tests/MongoDB/cli_rpm_test_ru
vendored
3
ci/split_tests/MongoDB/cli_rpm_test_ru
vendored
@@ -88,7 +88,8 @@ pipeline {
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСБазами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСКоллекциями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСДокументами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_ПользователиИРоли'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_УправлениеПользователями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_УправлениеРолями'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/split_tests/MongoDB/cli_test_en
vendored
3
ci/split_tests/MongoDB/cli_test_en
vendored
@@ -168,7 +168,8 @@ pipeline {
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mong_DatabaseManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_CollectionManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_DocumentsManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_UsersAndRoles'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_UserManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os', 'Mongo_RoleManagement'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/split_tests/MongoDB/cli_test_ru
vendored
3
ci/split_tests/MongoDB/cli_test_ru
vendored
@@ -168,7 +168,8 @@ pipeline {
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСБазами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСКоллекциями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_РаботаСДокументами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_ПользователиИРоли'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_УправлениеПользователями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_ТестыCLI.os', 'Mongo_УправлениеРолями'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/split_tests/MongoDB/os_deb_test_en
vendored
3
ci/split_tests/MongoDB/os_deb_test_en
vendored
@@ -98,7 +98,8 @@ pipeline {
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mong_DatabaseManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_CollectionManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_DocumentsManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_UsersAndRoles'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_UserManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_RoleManagement'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/split_tests/MongoDB/os_deb_test_ru
vendored
3
ci/split_tests/MongoDB/os_deb_test_ru
vendored
@@ -98,7 +98,8 @@ pipeline {
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСБазами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСКоллекциями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСДокументами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_ПользователиИРоли'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_УправлениеПользователями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_УправлениеРолями'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/split_tests/MongoDB/os_rpm_test_en
vendored
3
ci/split_tests/MongoDB/os_rpm_test_en
vendored
@@ -98,7 +98,8 @@ pipeline {
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mong_DatabaseManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_CollectionManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_DocumentsManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_UsersAndRoles'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_UserManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_RoleManagement'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/split_tests/MongoDB/os_rpm_test_ru
vendored
3
ci/split_tests/MongoDB/os_rpm_test_ru
vendored
@@ -98,7 +98,8 @@ pipeline {
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСБазами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСКоллекциями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСДокументами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_ПользователиИРоли'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_УправлениеПользователями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_УправлениеРолями'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/split_tests/MongoDB/os_test_en
vendored
3
ci/split_tests/MongoDB/os_test_en
vendored
@@ -95,7 +95,8 @@ pipeline {
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mong_DatabaseManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_CollectionManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_DocumentsManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_UsersAndRoles'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_UserManagement'],
|
||||
['./src/en/OInt/tests/Modules/internal/OPI_Tests.os', 'Mongo_RoleManagement'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/split_tests/MongoDB/os_test_ru
vendored
3
ci/split_tests/MongoDB/os_test_ru
vendored
@@ -95,7 +95,8 @@ pipeline {
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСБазами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСКоллекциями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_РаботаСДокументами'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_ПользователиИРоли'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_УправлениеПользователями'],
|
||||
['./src/ru/OInt/tests/Modules/internal/OPI_Тесты.os', 'Mongo_УправлениеРолями'],
|
||||
]
|
||||
for (test in tests) {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
|
||||
3
ci/split_tests/MySQL/cli_deb_test_en
vendored
3
ci/split_tests/MySQL/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/MySQL/cli_deb_test_ru
vendored
3
ci/split_tests/MySQL/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Neocities/cli_deb_test_en
vendored
3
ci/split_tests/Neocities/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Neocities/cli_deb_test_ru
vendored
3
ci/split_tests/Neocities/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Notion/cli_deb_test_en
vendored
3
ci/split_tests/Notion/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Notion/cli_deb_test_ru
vendored
3
ci/split_tests/Notion/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Ollama/cli_deb_test_en
vendored
3
ci/split_tests/Ollama/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Ollama/cli_deb_test_ru
vendored
3
ci/split_tests/Ollama/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/OpenAI/cli_deb_test_en
vendored
3
ci/split_tests/OpenAI/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/OpenAI/cli_deb_test_ru
vendored
3
ci/split_tests/OpenAI/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/PostgreSQL/cli_deb_test_en
vendored
3
ci/split_tests/PostgreSQL/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/PostgreSQL/cli_deb_test_ru
vendored
3
ci/split_tests/PostgreSQL/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/RCON/cli_deb_test_en
vendored
3
ci/split_tests/RCON/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/RCON/cli_deb_test_ru
vendored
3
ci/split_tests/RCON/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/ReportPortal/cli_deb_test_en
vendored
3
ci/split_tests/ReportPortal/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/ReportPortal/cli_deb_test_ru
vendored
3
ci/split_tests/ReportPortal/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/S3/cli_deb_test_en
vendored
3
ci/split_tests/S3/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/S3/cli_deb_test_ru
vendored
3
ci/split_tests/S3/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/SFTP/cli_deb_test_en
vendored
3
ci/split_tests/SFTP/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/SFTP/cli_deb_test_ru
vendored
3
ci/split_tests/SFTP/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/SQLite/cli_deb_test_en
vendored
3
ci/split_tests/SQLite/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/SQLite/cli_deb_test_ru
vendored
3
ci/split_tests/SQLite/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/SSH/cli_deb_test_en
vendored
3
ci/split_tests/SSH/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/SSH/cli_deb_test_ru
vendored
3
ci/split_tests/SSH/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Slack/cli_deb_test_en
vendored
3
ci/split_tests/Slack/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Slack/cli_deb_test_ru
vendored
3
ci/split_tests/Slack/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/TCP/cli_deb_test_en
vendored
3
ci/split_tests/TCP/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/TCP/cli_deb_test_ru
vendored
3
ci/split_tests/TCP/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Telegram/cli_deb_test_en
vendored
3
ci/split_tests/Telegram/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Telegram/cli_deb_test_ru
vendored
3
ci/split_tests/Telegram/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Twitter/cli_deb_test_en
vendored
3
ci/split_tests/Twitter/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Twitter/cli_deb_test_ru
vendored
3
ci/split_tests/Twitter/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/VK/cli_deb_test_en
vendored
3
ci/split_tests/VK/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/VK/cli_deb_test_ru
vendored
3
ci/split_tests/VK/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Viber/cli_deb_test_en
vendored
3
ci/split_tests/Viber/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/Viber/cli_deb_test_ru
vendored
3
ci/split_tests/Viber/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/VkTeams/cli_deb_test_en
vendored
3
ci/split_tests/VkTeams/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/VkTeams/cli_deb_test_ru
vendored
3
ci/split_tests/VkTeams/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/YandexDisk/cli_deb_test_en
vendored
3
ci/split_tests/YandexDisk/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/YandexDisk/cli_deb_test_ru
vendored
3
ci/split_tests/YandexDisk/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/YandexMetrika/cli_deb_test_en
vendored
3
ci/split_tests/YandexMetrika/cli_deb_test_en
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
3
ci/split_tests/YandexMetrika/cli_deb_test_ru
vendored
3
ci/split_tests/YandexMetrika/cli_deb_test_ru
vendored
@@ -51,6 +51,9 @@ pipeline {
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.30.0.ospx && rm oint-1.30.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
|
||||
19368
service/dictionaries/en.json
vendored
19368
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
2
service/last_build_hash.txt
vendored
2
service/last_build_hash.txt
vendored
@@ -1 +1 @@
|
||||
D93BCDF56F53D57D432810D6ACB9E32DD7630F8BEFFFBC7FEE2EF58CE6893290
|
||||
35C7B59B67356A080798B38E7C3E274EBC5F403BE7B136307AFDC3FEED81BF30
|
||||
3
service/yaxunit_conf/en/MongoDB.json
vendored
3
service/yaxunit_conf/en/MongoDB.json
vendored
@@ -13,7 +13,8 @@
|
||||
"OPI_Tests.Mong_DatabaseManagement",
|
||||
"OPI_Tests.Mongo_CollectionManagement",
|
||||
"OPI_Tests.Mongo_DocumentsManagement",
|
||||
"OPI_Tests.Mongo_UsersAndRoles"
|
||||
"OPI_Tests.Mongo_UserManagement",
|
||||
"OPI_Tests.Mongo_RoleManagement"
|
||||
]
|
||||
},
|
||||
"settings": {
|
||||
|
||||
3
service/yaxunit_conf/ru/MongoDB.json
vendored
3
service/yaxunit_conf/ru/MongoDB.json
vendored
@@ -13,7 +13,8 @@
|
||||
"OPI_Тесты.Mongo_РаботаСБазами",
|
||||
"OPI_Тесты.Mongo_РаботаСКоллекциями",
|
||||
"OPI_Тесты.Mongo_РаботаСДокументами",
|
||||
"OPI_Тесты.Mongo_ПользователиИРоли"
|
||||
"OPI_Тесты.Mongo_УправлениеПользователями",
|
||||
"OPI_Тесты.Mongo_УправлениеРолями"
|
||||
]
|
||||
},
|
||||
"settings": {
|
||||
|
||||
2
src/en/OInt/.versionhash
vendored
2
src/en/OInt/.versionhash
vendored
@@ -1 +1 @@
|
||||
D93BCDF56F53D57D432810D6ACB9E32DD7630F8BEFFFBC7FEE2EF58CE6893290
|
||||
35C7B59B67356A080798B38E7C3E274EBC5F403BE7B136307AFDC3FEED81BF30
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user