1
0
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:
Vitaly the Alpaca (bot)
2025-11-30 10:22:47 +03:00
parent e9cc8b38d8
commit 2ba3d73ef5
107 changed files with 9968 additions and 9720 deletions

6
ci/cli_deb_test_en vendored
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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') {

View File

@@ -1 +1 @@
D93BCDF56F53D57D432810D6ACB9E32DD7630F8BEFFFBC7FEE2EF58CE6893290
35C7B59B67356A080798B38E7C3E274EBC5F403BE7B136307AFDC3FEED81BF30

3
ci/os_deb_test_en vendored
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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') {

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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') {

View File

@@ -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') {

View File

@@ -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') {

View File

@@ -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') {

View File

@@ -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') {

View File

@@ -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') {

View File

@@ -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') {

View File

@@ -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') {

View File

@@ -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') {

View File

@@ -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') {

View File

@@ -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') {

View File

@@ -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') {

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

View File

@@ -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'){

File diff suppressed because it is too large Load Diff

View File

@@ -1 +1 @@
D93BCDF56F53D57D432810D6ACB9E32DD7630F8BEFFFBC7FEE2EF58CE6893290
35C7B59B67356A080798B38E7C3E274EBC5F403BE7B136307AFDC3FEED81BF30

View File

@@ -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": {

View File

@@ -13,7 +13,8 @@
"OPI_Тесты.Mongo_РаботаСБазами",
"OPI_Тесты.Mongo_РаботаСКоллекциями",
"OPI_Тесты.Mongo_РаботаСДокументами",
"OPI_Тесты.Mongo_ПользователиИРоли"
"OPI_Тесты.Mongo_УправлениеПользователями",
"OPI_Тесты.Mongo_УправлениеРолями"
]
},
"settings": {

View File

@@ -1 +1 @@
D93BCDF56F53D57D432810D6ACB9E32DD7630F8BEFFFBC7FEE2EF58CE6893290
35C7B59B67356A080798B38E7C3E274EBC5F403BE7B136307AFDC3FEED81BF30

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