diff --git a/ci/config.json b/ci/config.json index f130f6021b..84038ebbe2 100644 --- a/ci/config.json +++ b/ci/config.json @@ -4,7 +4,7 @@ "value": { "version": { "description": "Current project version", - "value": "2.0.0" + "value": "2.1.0" }, "repoUrl": { "description": "Repository URL", diff --git a/ci/pipelines/big_floppa.jenkinsfile b/ci/pipelines/big_floppa.jenkinsfile index dd5ac8fa77..3c968d057e 100644 --- a/ci/pipelines/big_floppa.jenkinsfile +++ b/ci/pipelines/big_floppa.jenkinsfile @@ -18,7 +18,7 @@ pipeline { steps { build job: 'Melezh/MelezhRelease', wait: true, parameters: [ - string(name: 'MELEZH_VERSION', value: '0.12.0'), + string(name: 'MELEZH_VERSION', value: '0.13.0'), ] } } @@ -38,8 +38,8 @@ pipeline { build job: 'Melezh/MelezhDocker', wait: true, parameters: [ [$class: 'StringParameterValue', name: 'VERSION', value: 'draft'], - [$class: 'StringParameterValue', name: 'MELEZH_VERSION', value: '0.12.0'], - [$class: 'StringParameterValue', name: 'OINT_VERSION', value: '2.0.0'], + [$class: 'StringParameterValue', name: 'MELEZH_VERSION', value: '0.13.0'], + [$class: 'StringParameterValue', name: 'OINT_VERSION', value: '2.1.0'], [$class: 'StringParameterValue', name: 'OINT_BUILD_ID', value: 'lastSuccessfulBuild'] ] } diff --git a/ci/pipelines/opm_push.jenkinsfile b/ci/pipelines/opm_push.jenkinsfile index 3348f57ca9..4213648a93 100644 --- a/ci/pipelines/opm_push.jenkinsfile +++ b/ci/pipelines/opm_push.jenkinsfile @@ -7,10 +7,10 @@ pipeline { steps { withCredentials([string(credentialsId: 'opm-token', variable: 'TOKEN')]) { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install -f oint-2.0.0.ospx' - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm push --token $ENV:TOKEN --channel stable --file oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install -f oint-2.1.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm push --token $ENV:TOKEN --channel stable --file oint-2.1.0.ospx; del oint-2.1.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm build;' - powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm push --token $ENV:TOKEN --channel stable --file oint-cli-2.0.0.ospx; del oint-cli-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm push --token $ENV:TOKEN --channel stable --file oint-cli-2.1.0.ospx; del oint-cli-2.1.0.ospx' } } diff --git a/ci/pipelines/publish_all.jenkinsfile b/ci/pipelines/publish_all.jenkinsfile index dfce6caa36..5f1d28be29 100644 --- a/ci/pipelines/publish_all.jenkinsfile +++ b/ci/pipelines/publish_all.jenkinsfile @@ -27,9 +27,9 @@ pipeline { steps { build job: 'Melezh/MelezhDocker', wait: true, parameters: [ - [$class: 'StringParameterValue', name: 'VERSION', value: '0.12.0'], - [$class: 'StringParameterValue', name: 'MELEZH_VERSION', value: '0.12.0'], - [$class: 'StringParameterValue', name: 'OINT_VERSION', value: '2.0.0'], + [$class: 'StringParameterValue', name: 'VERSION', value: '0.13.0'], + [$class: 'StringParameterValue', name: 'MELEZH_VERSION', value: '0.13.0'], + [$class: 'StringParameterValue', name: 'OINT_VERSION', value: '2.1.0'], [$class: 'StringParameterValue', name: 'OINT_BUILD_ID', value: 'lastSuccessfulBuild'], [$class: 'BooleanParameterValue', name: 'PUSH_TO_STABLE', value: true] ] diff --git a/ci/pipelines/release.jenkinsfile b/ci/pipelines/release.jenkinsfile index 4c0bdbd68b..9eae6a89f4 100644 --- a/ci/pipelines/release.jenkinsfile +++ b/ci/pipelines/release.jenkinsfile @@ -14,7 +14,7 @@ pipeline { stage('Archive') { steps { - archiveArtifacts artifacts: '2.0.0/*' + archiveArtifacts artifacts: '2.1.0/*' } } } diff --git a/ci/pipelines/tests_full/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_full/cli_deb_test_en.jenkinsfile index 7e8279be3d..adefe5e1d7 100644 --- a/ci/pipelines/tests_full/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_full/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_full/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_full/cli_deb_test_ru.jenkinsfile index 7fd39e72b8..7f0d6c429e 100644 --- a/ci/pipelines/tests_full/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_full/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_full/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_full/cli_rpm_test_en.jenkinsfile index 64ff30494f..67d2c9ad9f 100644 --- a/ci/pipelines/tests_full/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_full/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_full/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_full/cli_rpm_test_ru.jenkinsfile index 725945658e..214d9ffe8a 100644 --- a/ci/pipelines/tests_full/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_full/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_full/cli_test_en.jenkinsfile b/ci/pipelines/tests_full/cli_test_en.jenkinsfile index e3bea7ed16..037086cb05 100644 --- a/ci/pipelines/tests_full/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_full/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_full/cli_test_ru.jenkinsfile b/ci/pipelines/tests_full/cli_test_ru.jenkinsfile index 7ab4aa5b0e..c61c70d07f 100644 --- a/ci/pipelines/tests_full/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_full/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_full/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_full/os_deb_test_en.jenkinsfile index 3b07f3ea75..75c3e6ef04 100644 --- a/ci/pipelines/tests_full/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_full/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_full/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_full/os_deb_test_ru.jenkinsfile index 41bd6dd4fc..b03ff57736 100644 --- a/ci/pipelines/tests_full/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_full/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_full/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_full/os_rpm_test_en.jenkinsfile index c1f1814972..8c4b627842 100644 --- a/ci/pipelines/tests_full/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_full/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_full/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_full/os_rpm_test_ru.jenkinsfile index 5d65abf853..1ed7e17db3 100644 --- a/ci/pipelines/tests_full/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_full/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_full/os_test_en.jenkinsfile b/ci/pipelines/tests_full/os_test_en.jenkinsfile index 531b2aa289..e41ff63214 100644 --- a/ci/pipelines/tests_full/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_full/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_full/os_test_ru.jenkinsfile b/ci/pipelines/tests_full/os_test_ru.jenkinsfile index b548dccdf8..20f3e6ec92 100644 --- a/ci/pipelines/tests_full/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_full/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Airtable/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Airtable/cli_deb_test_en.jenkinsfile index e0bb64ef7d..5927a85ed8 100644 --- a/ci/pipelines/tests_split/Airtable/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Airtable/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Airtable/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Airtable/cli_deb_test_ru.jenkinsfile index 30a15e0a14..3cdc1681c5 100644 --- a/ci/pipelines/tests_split/Airtable/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Airtable/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Airtable/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Airtable/cli_rpm_test_en.jenkinsfile index 7bcddd9395..f705018d2f 100644 --- a/ci/pipelines/tests_split/Airtable/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Airtable/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Airtable/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Airtable/cli_rpm_test_ru.jenkinsfile index c6ca3ece41..4fd00fb3fb 100644 --- a/ci/pipelines/tests_split/Airtable/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Airtable/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Airtable/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/Airtable/cli_test_en.jenkinsfile index 8e9be026d4..8ffe582849 100644 --- a/ci/pipelines/tests_split/Airtable/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Airtable/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Airtable/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/Airtable/cli_test_ru.jenkinsfile index 3a2390882c..18162cee30 100644 --- a/ci/pipelines/tests_split/Airtable/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Airtable/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Airtable/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Airtable/os_deb_test_en.jenkinsfile index 9934d613fa..696ae9b3d1 100644 --- a/ci/pipelines/tests_split/Airtable/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Airtable/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Airtable/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Airtable/os_deb_test_ru.jenkinsfile index 1d017d4ac7..a31fbba459 100644 --- a/ci/pipelines/tests_split/Airtable/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Airtable/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Airtable/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Airtable/os_rpm_test_en.jenkinsfile index 94c160e148..cf52895df4 100644 --- a/ci/pipelines/tests_split/Airtable/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Airtable/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Airtable/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Airtable/os_rpm_test_ru.jenkinsfile index 4880a906ff..06452b9ea3 100644 --- a/ci/pipelines/tests_split/Airtable/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Airtable/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Airtable/os_test_en.jenkinsfile b/ci/pipelines/tests_split/Airtable/os_test_en.jenkinsfile index 50833fa6ce..73626bf550 100644 --- a/ci/pipelines/tests_split/Airtable/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Airtable/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Airtable/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/Airtable/os_test_ru.jenkinsfile index 5117ec4e13..18b1ac07bc 100644 --- a/ci/pipelines/tests_split/Airtable/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Airtable/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Bitrix24/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Bitrix24/cli_deb_test_en.jenkinsfile index 7366404f37..7911a158ce 100644 --- a/ci/pipelines/tests_split/Bitrix24/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Bitrix24/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Bitrix24/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Bitrix24/cli_deb_test_ru.jenkinsfile index db7cbbca82..f0c8a09877 100644 --- a/ci/pipelines/tests_split/Bitrix24/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Bitrix24/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Bitrix24/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Bitrix24/cli_rpm_test_en.jenkinsfile index 9300b17727..7848e711cc 100644 --- a/ci/pipelines/tests_split/Bitrix24/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Bitrix24/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Bitrix24/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Bitrix24/cli_rpm_test_ru.jenkinsfile index 71e86d8b2c..a673af4b90 100644 --- a/ci/pipelines/tests_split/Bitrix24/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Bitrix24/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Bitrix24/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/Bitrix24/cli_test_en.jenkinsfile index a08c6bcd0a..52fc77b76d 100644 --- a/ci/pipelines/tests_split/Bitrix24/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Bitrix24/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Bitrix24/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/Bitrix24/cli_test_ru.jenkinsfile index 235356c764..d7859bd835 100644 --- a/ci/pipelines/tests_split/Bitrix24/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Bitrix24/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Bitrix24/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Bitrix24/os_deb_test_en.jenkinsfile index 185ac114b5..e50ea2870d 100644 --- a/ci/pipelines/tests_split/Bitrix24/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Bitrix24/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Bitrix24/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Bitrix24/os_deb_test_ru.jenkinsfile index df02349e72..e9c4927e99 100644 --- a/ci/pipelines/tests_split/Bitrix24/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Bitrix24/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Bitrix24/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Bitrix24/os_rpm_test_en.jenkinsfile index b605ca5390..71fc465c73 100644 --- a/ci/pipelines/tests_split/Bitrix24/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Bitrix24/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Bitrix24/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Bitrix24/os_rpm_test_ru.jenkinsfile index b24a0f198b..30101c4ffa 100644 --- a/ci/pipelines/tests_split/Bitrix24/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Bitrix24/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Bitrix24/os_test_en.jenkinsfile b/ci/pipelines/tests_split/Bitrix24/os_test_en.jenkinsfile index a9f5694dee..7ca8ab8fcb 100644 --- a/ci/pipelines/tests_split/Bitrix24/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Bitrix24/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Bitrix24/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/Bitrix24/os_test_ru.jenkinsfile index d4bd0e453f..74df37cbe6 100644 --- a/ci/pipelines/tests_split/Bitrix24/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Bitrix24/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/BuildCheck/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/BuildCheck/cli_deb_test_en.jenkinsfile index 638cc3e1c9..353b31229a 100644 --- a/ci/pipelines/tests_split/BuildCheck/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/BuildCheck/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/BuildCheck/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/BuildCheck/cli_deb_test_ru.jenkinsfile index a715d8efe2..f15259bcd3 100644 --- a/ci/pipelines/tests_split/BuildCheck/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/BuildCheck/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/BuildCheck/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/BuildCheck/cli_rpm_test_en.jenkinsfile index 8e51f82062..8353832b63 100644 --- a/ci/pipelines/tests_split/BuildCheck/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/BuildCheck/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/BuildCheck/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/BuildCheck/cli_rpm_test_ru.jenkinsfile index afff632ba3..9b0b213216 100644 --- a/ci/pipelines/tests_split/BuildCheck/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/BuildCheck/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/BuildCheck/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/BuildCheck/cli_test_en.jenkinsfile index d83a408710..2a8c7beef3 100644 --- a/ci/pipelines/tests_split/BuildCheck/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/BuildCheck/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/BuildCheck/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/BuildCheck/cli_test_ru.jenkinsfile index ac26309c5c..287cc19340 100644 --- a/ci/pipelines/tests_split/BuildCheck/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/BuildCheck/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/BuildCheck/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/BuildCheck/os_deb_test_en.jenkinsfile index 5484b700ff..df06a1dcb6 100644 --- a/ci/pipelines/tests_split/BuildCheck/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/BuildCheck/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/BuildCheck/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/BuildCheck/os_deb_test_ru.jenkinsfile index 7c264c3843..6690c330d8 100644 --- a/ci/pipelines/tests_split/BuildCheck/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/BuildCheck/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/BuildCheck/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/BuildCheck/os_rpm_test_en.jenkinsfile index 57f521263b..c39e94c70f 100644 --- a/ci/pipelines/tests_split/BuildCheck/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/BuildCheck/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/BuildCheck/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/BuildCheck/os_rpm_test_ru.jenkinsfile index d80642167f..210ab83ddd 100644 --- a/ci/pipelines/tests_split/BuildCheck/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/BuildCheck/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/BuildCheck/os_test_en.jenkinsfile b/ci/pipelines/tests_split/BuildCheck/os_test_en.jenkinsfile index 17f7ff7dcd..2a5259403d 100644 --- a/ci/pipelines/tests_split/BuildCheck/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/BuildCheck/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/BuildCheck/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/BuildCheck/os_test_ru.jenkinsfile index 2e1f0d0c86..40d26d58d6 100644 --- a/ci/pipelines/tests_split/BuildCheck/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/BuildCheck/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/CDEK/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/CDEK/cli_deb_test_en.jenkinsfile index ac27d58496..9678d99be8 100644 --- a/ci/pipelines/tests_split/CDEK/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/CDEK/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/CDEK/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/CDEK/cli_deb_test_ru.jenkinsfile index 28f78fe453..cc7ed210ca 100644 --- a/ci/pipelines/tests_split/CDEK/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/CDEK/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/CDEK/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/CDEK/cli_rpm_test_en.jenkinsfile index 1ceb713435..697fccae1f 100644 --- a/ci/pipelines/tests_split/CDEK/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/CDEK/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/CDEK/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/CDEK/cli_rpm_test_ru.jenkinsfile index b09d35629d..aee8acc82b 100644 --- a/ci/pipelines/tests_split/CDEK/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/CDEK/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/CDEK/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/CDEK/cli_test_en.jenkinsfile index b118e9cc77..74c8518e82 100644 --- a/ci/pipelines/tests_split/CDEK/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/CDEK/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/CDEK/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/CDEK/cli_test_ru.jenkinsfile index 02b70aa0d5..a845a1fd38 100644 --- a/ci/pipelines/tests_split/CDEK/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/CDEK/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/CDEK/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/CDEK/os_deb_test_en.jenkinsfile index 59047e958d..d8e5e82c32 100644 --- a/ci/pipelines/tests_split/CDEK/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/CDEK/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/CDEK/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/CDEK/os_deb_test_ru.jenkinsfile index 1c2985c035..8b3a6f83f7 100644 --- a/ci/pipelines/tests_split/CDEK/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/CDEK/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/CDEK/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/CDEK/os_rpm_test_en.jenkinsfile index 19c9e0aca7..fe6e031385 100644 --- a/ci/pipelines/tests_split/CDEK/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/CDEK/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/CDEK/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/CDEK/os_rpm_test_ru.jenkinsfile index b93af35800..884439481c 100644 --- a/ci/pipelines/tests_split/CDEK/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/CDEK/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/CDEK/os_test_en.jenkinsfile b/ci/pipelines/tests_split/CDEK/os_test_en.jenkinsfile index 76c941447b..c802d08924 100644 --- a/ci/pipelines/tests_split/CDEK/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/CDEK/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/CDEK/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/CDEK/os_test_ru.jenkinsfile index 378b281ef2..2b41032fa0 100644 --- a/ci/pipelines/tests_split/CDEK/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/CDEK/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ClickHouse/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/ClickHouse/cli_deb_test_en.jenkinsfile index b99545621c..be0ef7a90c 100644 --- a/ci/pipelines/tests_split/ClickHouse/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/ClickHouse/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ClickHouse/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/ClickHouse/cli_deb_test_ru.jenkinsfile index c1c1721246..b841491eb7 100644 --- a/ci/pipelines/tests_split/ClickHouse/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/ClickHouse/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ClickHouse/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/ClickHouse/cli_rpm_test_en.jenkinsfile index 73efcaea37..b1d4db4f4e 100644 --- a/ci/pipelines/tests_split/ClickHouse/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/ClickHouse/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ClickHouse/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/ClickHouse/cli_rpm_test_ru.jenkinsfile index 1b46f486f0..5790f5fbf4 100644 --- a/ci/pipelines/tests_split/ClickHouse/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/ClickHouse/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ClickHouse/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/ClickHouse/cli_test_en.jenkinsfile index 10f2166284..1b7cfdeba5 100644 --- a/ci/pipelines/tests_split/ClickHouse/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/ClickHouse/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/ClickHouse/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/ClickHouse/cli_test_ru.jenkinsfile index e5f211edb2..dd7013b0f7 100644 --- a/ci/pipelines/tests_split/ClickHouse/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/ClickHouse/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/ClickHouse/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/ClickHouse/os_deb_test_en.jenkinsfile index e2b11f63e7..55517d28cc 100644 --- a/ci/pipelines/tests_split/ClickHouse/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/ClickHouse/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ClickHouse/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/ClickHouse/os_deb_test_ru.jenkinsfile index 1fd95df889..a7672df62f 100644 --- a/ci/pipelines/tests_split/ClickHouse/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/ClickHouse/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ClickHouse/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/ClickHouse/os_rpm_test_en.jenkinsfile index eec6826ed7..8f54602608 100644 --- a/ci/pipelines/tests_split/ClickHouse/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/ClickHouse/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ClickHouse/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/ClickHouse/os_rpm_test_ru.jenkinsfile index 25438dde4a..87d6432f32 100644 --- a/ci/pipelines/tests_split/ClickHouse/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/ClickHouse/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ClickHouse/os_test_en.jenkinsfile b/ci/pipelines/tests_split/ClickHouse/os_test_en.jenkinsfile index 49eb1130ff..6d4c09b61f 100644 --- a/ci/pipelines/tests_split/ClickHouse/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/ClickHouse/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ClickHouse/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/ClickHouse/os_test_ru.jenkinsfile index 23c3552d43..d8d1ad12ea 100644 --- a/ci/pipelines/tests_split/ClickHouse/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/ClickHouse/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Core/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Core/cli_deb_test_en.jenkinsfile index c49cc3dd96..1a5a74eb25 100644 --- a/ci/pipelines/tests_split/Core/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Core/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Core/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Core/cli_deb_test_ru.jenkinsfile index 88a71c1e0d..32721976ab 100644 --- a/ci/pipelines/tests_split/Core/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Core/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Core/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Core/cli_rpm_test_en.jenkinsfile index 6be5a7f83a..d2d24a82f7 100644 --- a/ci/pipelines/tests_split/Core/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Core/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Core/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Core/cli_rpm_test_ru.jenkinsfile index 01c4a2ff64..c3a945711f 100644 --- a/ci/pipelines/tests_split/Core/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Core/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Core/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/Core/cli_test_en.jenkinsfile index 8749e3871e..21783fe481 100644 --- a/ci/pipelines/tests_split/Core/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Core/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Core/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/Core/cli_test_ru.jenkinsfile index 1c6216f9b6..ccfc1a17d3 100644 --- a/ci/pipelines/tests_split/Core/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Core/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Core/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Core/os_deb_test_en.jenkinsfile index 25d36225b1..04ed835867 100644 --- a/ci/pipelines/tests_split/Core/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Core/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Core/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Core/os_deb_test_ru.jenkinsfile index 6169657777..c8c912edd7 100644 --- a/ci/pipelines/tests_split/Core/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Core/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Core/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Core/os_rpm_test_en.jenkinsfile index 31ed32ae43..4b930806a3 100644 --- a/ci/pipelines/tests_split/Core/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Core/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Core/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Core/os_rpm_test_ru.jenkinsfile index 5f7fe2ae2f..e940b4d78e 100644 --- a/ci/pipelines/tests_split/Core/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Core/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Core/os_test_en.jenkinsfile b/ci/pipelines/tests_split/Core/os_test_en.jenkinsfile index 581ad64a69..841324c154 100644 --- a/ci/pipelines/tests_split/Core/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Core/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Core/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/Core/os_test_ru.jenkinsfile index 1cf9367b0c..7401b112ef 100644 --- a/ci/pipelines/tests_split/Core/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Core/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Dropbox/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Dropbox/cli_deb_test_en.jenkinsfile index 00f19733f7..24844920e6 100644 --- a/ci/pipelines/tests_split/Dropbox/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Dropbox/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Dropbox/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Dropbox/cli_deb_test_ru.jenkinsfile index 90ead17654..f0323ea6d6 100644 --- a/ci/pipelines/tests_split/Dropbox/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Dropbox/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Dropbox/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Dropbox/cli_rpm_test_en.jenkinsfile index 6faae251d1..e529428d05 100644 --- a/ci/pipelines/tests_split/Dropbox/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Dropbox/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Dropbox/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Dropbox/cli_rpm_test_ru.jenkinsfile index 2036d1698c..f9ca144eaf 100644 --- a/ci/pipelines/tests_split/Dropbox/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Dropbox/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Dropbox/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/Dropbox/cli_test_en.jenkinsfile index b03e782d28..de0c58ee87 100644 --- a/ci/pipelines/tests_split/Dropbox/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Dropbox/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Dropbox/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/Dropbox/cli_test_ru.jenkinsfile index 8447d89685..e7b5af14fb 100644 --- a/ci/pipelines/tests_split/Dropbox/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Dropbox/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Dropbox/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Dropbox/os_deb_test_en.jenkinsfile index e9eae335d5..4f4e2dc034 100644 --- a/ci/pipelines/tests_split/Dropbox/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Dropbox/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Dropbox/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Dropbox/os_deb_test_ru.jenkinsfile index 1a2a1eb974..8459f9077a 100644 --- a/ci/pipelines/tests_split/Dropbox/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Dropbox/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Dropbox/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Dropbox/os_rpm_test_en.jenkinsfile index 463ca49251..357706b1a5 100644 --- a/ci/pipelines/tests_split/Dropbox/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Dropbox/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Dropbox/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Dropbox/os_rpm_test_ru.jenkinsfile index ed64461f49..218ca1279f 100644 --- a/ci/pipelines/tests_split/Dropbox/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Dropbox/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Dropbox/os_test_en.jenkinsfile b/ci/pipelines/tests_split/Dropbox/os_test_en.jenkinsfile index 1c7d4ceb30..f5d6e61f66 100644 --- a/ci/pipelines/tests_split/Dropbox/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Dropbox/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Dropbox/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/Dropbox/os_test_ru.jenkinsfile index 4563f6cd98..c474f07e96 100644 --- a/ci/pipelines/tests_split/Dropbox/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Dropbox/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/FTP/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/FTP/cli_deb_test_en.jenkinsfile index e2eedb38c9..0dfe85326e 100644 --- a/ci/pipelines/tests_split/FTP/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/FTP/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/FTP/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/FTP/cli_deb_test_ru.jenkinsfile index d0e9abba36..504e55eeb6 100644 --- a/ci/pipelines/tests_split/FTP/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/FTP/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/FTP/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/FTP/cli_rpm_test_en.jenkinsfile index 0825e70fa8..5bee3be32a 100644 --- a/ci/pipelines/tests_split/FTP/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/FTP/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/FTP/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/FTP/cli_rpm_test_ru.jenkinsfile index c7f96843b1..a7268995df 100644 --- a/ci/pipelines/tests_split/FTP/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/FTP/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/FTP/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/FTP/cli_test_en.jenkinsfile index 80a21a4d94..7b84ae432d 100644 --- a/ci/pipelines/tests_split/FTP/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/FTP/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/FTP/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/FTP/cli_test_ru.jenkinsfile index f95e4c4404..532ae2d275 100644 --- a/ci/pipelines/tests_split/FTP/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/FTP/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/FTP/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/FTP/os_deb_test_en.jenkinsfile index b9c8015192..3c37190a74 100644 --- a/ci/pipelines/tests_split/FTP/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/FTP/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/FTP/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/FTP/os_deb_test_ru.jenkinsfile index 111bc55775..a56cc1942d 100644 --- a/ci/pipelines/tests_split/FTP/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/FTP/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/FTP/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/FTP/os_rpm_test_en.jenkinsfile index 1139f4b503..1e2cc2ac10 100644 --- a/ci/pipelines/tests_split/FTP/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/FTP/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/FTP/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/FTP/os_rpm_test_ru.jenkinsfile index cae28f2417..c39a76a70b 100644 --- a/ci/pipelines/tests_split/FTP/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/FTP/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/FTP/os_test_en.jenkinsfile b/ci/pipelines/tests_split/FTP/os_test_en.jenkinsfile index cad99e5ea4..35b235c47d 100644 --- a/ci/pipelines/tests_split/FTP/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/FTP/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/FTP/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/FTP/os_test_ru.jenkinsfile index bdc31a47e3..db53b8bad5 100644 --- a/ci/pipelines/tests_split/FTP/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/FTP/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GRPC/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GRPC/cli_deb_test_en.jenkinsfile index 54fba81a11..9131b09f17 100644 --- a/ci/pipelines/tests_split/GRPC/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GRPC/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GRPC/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GRPC/cli_deb_test_ru.jenkinsfile index 91a5823dd0..46e3bb8dca 100644 --- a/ci/pipelines/tests_split/GRPC/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GRPC/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GRPC/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GRPC/cli_rpm_test_en.jenkinsfile index 6c9d5d1ee9..5c130aa078 100644 --- a/ci/pipelines/tests_split/GRPC/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GRPC/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GRPC/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GRPC/cli_rpm_test_ru.jenkinsfile index 2e62a683cf..02a55135d9 100644 --- a/ci/pipelines/tests_split/GRPC/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GRPC/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GRPC/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/GRPC/cli_test_en.jenkinsfile index 32a5e94f35..ae5a4e0c22 100644 --- a/ci/pipelines/tests_split/GRPC/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GRPC/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GRPC/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/GRPC/cli_test_ru.jenkinsfile index 876baa3420..c61b7ffffc 100644 --- a/ci/pipelines/tests_split/GRPC/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GRPC/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GRPC/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GRPC/os_deb_test_en.jenkinsfile index e38b773103..80c41e1c22 100644 --- a/ci/pipelines/tests_split/GRPC/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GRPC/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GRPC/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GRPC/os_deb_test_ru.jenkinsfile index e0c3e4e688..da9c097ed2 100644 --- a/ci/pipelines/tests_split/GRPC/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GRPC/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GRPC/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GRPC/os_rpm_test_en.jenkinsfile index 68814727f3..7c6191e579 100644 --- a/ci/pipelines/tests_split/GRPC/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GRPC/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GRPC/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GRPC/os_rpm_test_ru.jenkinsfile index e65980315d..cf5e4050ca 100644 --- a/ci/pipelines/tests_split/GRPC/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GRPC/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GRPC/os_test_en.jenkinsfile b/ci/pipelines/tests_split/GRPC/os_test_en.jenkinsfile index 18d07b2ffd..b6e86249d6 100644 --- a/ci/pipelines/tests_split/GRPC/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GRPC/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GRPC/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/GRPC/os_test_ru.jenkinsfile index 4bb9bb9fd7..ee27464892 100644 --- a/ci/pipelines/tests_split/GRPC/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GRPC/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleCalendar/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleCalendar/cli_deb_test_en.jenkinsfile index d7a468f12f..31fa363a8a 100644 --- a/ci/pipelines/tests_split/GoogleCalendar/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleCalendar/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleCalendar/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleCalendar/cli_deb_test_ru.jenkinsfile index b837f85f20..89165aa9d7 100644 --- a/ci/pipelines/tests_split/GoogleCalendar/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleCalendar/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleCalendar/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleCalendar/cli_rpm_test_en.jenkinsfile index a63ce72f22..9cb9288433 100644 --- a/ci/pipelines/tests_split/GoogleCalendar/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleCalendar/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleCalendar/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleCalendar/cli_rpm_test_ru.jenkinsfile index 4099031107..73c6a7098b 100644 --- a/ci/pipelines/tests_split/GoogleCalendar/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleCalendar/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleCalendar/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleCalendar/cli_test_en.jenkinsfile index 9be045066b..8617f95137 100644 --- a/ci/pipelines/tests_split/GoogleCalendar/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleCalendar/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GoogleCalendar/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleCalendar/cli_test_ru.jenkinsfile index 4e81ae6902..fa60a0be3a 100644 --- a/ci/pipelines/tests_split/GoogleCalendar/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleCalendar/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GoogleCalendar/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleCalendar/os_deb_test_en.jenkinsfile index 4111b19711..a39eb9d21d 100644 --- a/ci/pipelines/tests_split/GoogleCalendar/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleCalendar/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleCalendar/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleCalendar/os_deb_test_ru.jenkinsfile index c500e7dc71..7e3baa2506 100644 --- a/ci/pipelines/tests_split/GoogleCalendar/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleCalendar/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleCalendar/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleCalendar/os_rpm_test_en.jenkinsfile index 39fa962ced..9824886343 100644 --- a/ci/pipelines/tests_split/GoogleCalendar/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleCalendar/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleCalendar/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleCalendar/os_rpm_test_ru.jenkinsfile index 456ce1383b..ab7c67db8a 100644 --- a/ci/pipelines/tests_split/GoogleCalendar/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleCalendar/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleCalendar/os_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleCalendar/os_test_en.jenkinsfile index eb9e44b30e..3bf9abd17a 100644 --- a/ci/pipelines/tests_split/GoogleCalendar/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleCalendar/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleCalendar/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleCalendar/os_test_ru.jenkinsfile index e44ebee45f..2f2417dbc7 100644 --- a/ci/pipelines/tests_split/GoogleCalendar/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleCalendar/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleDrive/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleDrive/cli_deb_test_en.jenkinsfile index 68344776c2..be41b6a0e4 100644 --- a/ci/pipelines/tests_split/GoogleDrive/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleDrive/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleDrive/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleDrive/cli_deb_test_ru.jenkinsfile index 7bee09be8e..2a7f09c170 100644 --- a/ci/pipelines/tests_split/GoogleDrive/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleDrive/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleDrive/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleDrive/cli_rpm_test_en.jenkinsfile index 0020822af4..f4d5abb799 100644 --- a/ci/pipelines/tests_split/GoogleDrive/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleDrive/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleDrive/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleDrive/cli_rpm_test_ru.jenkinsfile index 3f55375141..8ba5b8a3f1 100644 --- a/ci/pipelines/tests_split/GoogleDrive/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleDrive/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleDrive/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleDrive/cli_test_en.jenkinsfile index 1ec5b21cff..96b138baed 100644 --- a/ci/pipelines/tests_split/GoogleDrive/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleDrive/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GoogleDrive/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleDrive/cli_test_ru.jenkinsfile index 732148e0ce..76f232bd22 100644 --- a/ci/pipelines/tests_split/GoogleDrive/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleDrive/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GoogleDrive/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleDrive/os_deb_test_en.jenkinsfile index e6895e9d45..135ed5ea15 100644 --- a/ci/pipelines/tests_split/GoogleDrive/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleDrive/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleDrive/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleDrive/os_deb_test_ru.jenkinsfile index 5615e49b97..737954f804 100644 --- a/ci/pipelines/tests_split/GoogleDrive/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleDrive/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleDrive/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleDrive/os_rpm_test_en.jenkinsfile index 95440ed88c..4917f7942f 100644 --- a/ci/pipelines/tests_split/GoogleDrive/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleDrive/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleDrive/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleDrive/os_rpm_test_ru.jenkinsfile index d97186556b..a379934af2 100644 --- a/ci/pipelines/tests_split/GoogleDrive/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleDrive/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleDrive/os_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleDrive/os_test_en.jenkinsfile index c29d898e14..e5db2a4a3d 100644 --- a/ci/pipelines/tests_split/GoogleDrive/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleDrive/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleDrive/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleDrive/os_test_ru.jenkinsfile index 89b23346f9..48694873be 100644 --- a/ci/pipelines/tests_split/GoogleDrive/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleDrive/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleSheets/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleSheets/cli_deb_test_en.jenkinsfile index ff36ef646c..4c3e6ce221 100644 --- a/ci/pipelines/tests_split/GoogleSheets/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleSheets/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleSheets/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleSheets/cli_deb_test_ru.jenkinsfile index bd34a41ff1..3563940d6d 100644 --- a/ci/pipelines/tests_split/GoogleSheets/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleSheets/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleSheets/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleSheets/cli_rpm_test_en.jenkinsfile index a03b3aa722..bbb3a2445c 100644 --- a/ci/pipelines/tests_split/GoogleSheets/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleSheets/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleSheets/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleSheets/cli_rpm_test_ru.jenkinsfile index 79447bb80d..014bc9a29f 100644 --- a/ci/pipelines/tests_split/GoogleSheets/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleSheets/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleSheets/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleSheets/cli_test_en.jenkinsfile index c7c668e352..8ac83b3afd 100644 --- a/ci/pipelines/tests_split/GoogleSheets/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleSheets/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GoogleSheets/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleSheets/cli_test_ru.jenkinsfile index 12e2cc8d76..5c4842b776 100644 --- a/ci/pipelines/tests_split/GoogleSheets/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleSheets/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GoogleSheets/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleSheets/os_deb_test_en.jenkinsfile index 5dc4056008..16a18df2df 100644 --- a/ci/pipelines/tests_split/GoogleSheets/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleSheets/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleSheets/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleSheets/os_deb_test_ru.jenkinsfile index bc59e48671..b0aa9a8d1d 100644 --- a/ci/pipelines/tests_split/GoogleSheets/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleSheets/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleSheets/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleSheets/os_rpm_test_en.jenkinsfile index ebf41fd165..f502b6ea50 100644 --- a/ci/pipelines/tests_split/GoogleSheets/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleSheets/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleSheets/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleSheets/os_rpm_test_ru.jenkinsfile index 9f99d9e84b..d48c71b0a3 100644 --- a/ci/pipelines/tests_split/GoogleSheets/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleSheets/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleSheets/os_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleSheets/os_test_en.jenkinsfile index 1f93f5afca..478040fc1a 100644 --- a/ci/pipelines/tests_split/GoogleSheets/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleSheets/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleSheets/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleSheets/os_test_ru.jenkinsfile index 9e8ab00785..2427dd75db 100644 --- a/ci/pipelines/tests_split/GoogleSheets/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleSheets/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleWorkspace/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleWorkspace/cli_deb_test_en.jenkinsfile index 988967d0d7..9d2976cf91 100644 --- a/ci/pipelines/tests_split/GoogleWorkspace/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleWorkspace/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleWorkspace/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleWorkspace/cli_deb_test_ru.jenkinsfile index f4997d0dbc..cd41717554 100644 --- a/ci/pipelines/tests_split/GoogleWorkspace/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleWorkspace/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleWorkspace/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleWorkspace/cli_rpm_test_en.jenkinsfile index 01a204e3c7..bd91d8e427 100644 --- a/ci/pipelines/tests_split/GoogleWorkspace/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleWorkspace/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleWorkspace/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleWorkspace/cli_rpm_test_ru.jenkinsfile index 0906e8b5ef..80d68be3e0 100644 --- a/ci/pipelines/tests_split/GoogleWorkspace/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleWorkspace/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleWorkspace/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleWorkspace/cli_test_en.jenkinsfile index 46d6a74528..d9a6777efd 100644 --- a/ci/pipelines/tests_split/GoogleWorkspace/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleWorkspace/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GoogleWorkspace/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleWorkspace/cli_test_ru.jenkinsfile index 31f416ed11..f70e9f0475 100644 --- a/ci/pipelines/tests_split/GoogleWorkspace/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleWorkspace/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GoogleWorkspace/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleWorkspace/os_deb_test_en.jenkinsfile index dde8d4e658..9407dd31d5 100644 --- a/ci/pipelines/tests_split/GoogleWorkspace/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleWorkspace/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleWorkspace/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleWorkspace/os_deb_test_ru.jenkinsfile index 6b126c0e64..7253bbddfb 100644 --- a/ci/pipelines/tests_split/GoogleWorkspace/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleWorkspace/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleWorkspace/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleWorkspace/os_rpm_test_en.jenkinsfile index 6acf8a8bcd..33cfefeaa7 100644 --- a/ci/pipelines/tests_split/GoogleWorkspace/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleWorkspace/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleWorkspace/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleWorkspace/os_rpm_test_ru.jenkinsfile index 4baee37231..fafc7a3fde 100644 --- a/ci/pipelines/tests_split/GoogleWorkspace/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleWorkspace/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleWorkspace/os_test_en.jenkinsfile b/ci/pipelines/tests_split/GoogleWorkspace/os_test_en.jenkinsfile index 46ac7a44e0..0393dd7ccd 100644 --- a/ci/pipelines/tests_split/GoogleWorkspace/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleWorkspace/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GoogleWorkspace/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/GoogleWorkspace/os_test_ru.jenkinsfile index 3d2306d008..2ed98ee9e4 100644 --- a/ci/pipelines/tests_split/GoogleWorkspace/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GoogleWorkspace/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenAPI/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GreenAPI/cli_deb_test_en.jenkinsfile index 0229d4c0d0..9c184e3073 100644 --- a/ci/pipelines/tests_split/GreenAPI/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GreenAPI/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenAPI/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GreenAPI/cli_deb_test_ru.jenkinsfile index efa13abbc6..0a268a9305 100644 --- a/ci/pipelines/tests_split/GreenAPI/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GreenAPI/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenAPI/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GreenAPI/cli_rpm_test_en.jenkinsfile index ab42b274f2..2fd09ae643 100644 --- a/ci/pipelines/tests_split/GreenAPI/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GreenAPI/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenAPI/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GreenAPI/cli_rpm_test_ru.jenkinsfile index 88c28c65a2..e03d351400 100644 --- a/ci/pipelines/tests_split/GreenAPI/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GreenAPI/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenAPI/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/GreenAPI/cli_test_en.jenkinsfile index efae7f506c..58f4c49163 100644 --- a/ci/pipelines/tests_split/GreenAPI/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GreenAPI/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GreenAPI/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/GreenAPI/cli_test_ru.jenkinsfile index 97436c9419..ac433c2b35 100644 --- a/ci/pipelines/tests_split/GreenAPI/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GreenAPI/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GreenAPI/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GreenAPI/os_deb_test_en.jenkinsfile index 6f6938b310..1297422c23 100644 --- a/ci/pipelines/tests_split/GreenAPI/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GreenAPI/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenAPI/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GreenAPI/os_deb_test_ru.jenkinsfile index 85d0728a53..a6d4f9b002 100644 --- a/ci/pipelines/tests_split/GreenAPI/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GreenAPI/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenAPI/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GreenAPI/os_rpm_test_en.jenkinsfile index 29c1cac752..e28c8b6bae 100644 --- a/ci/pipelines/tests_split/GreenAPI/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GreenAPI/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenAPI/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GreenAPI/os_rpm_test_ru.jenkinsfile index 1c5a77d560..9518717dd8 100644 --- a/ci/pipelines/tests_split/GreenAPI/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GreenAPI/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenAPI/os_test_en.jenkinsfile b/ci/pipelines/tests_split/GreenAPI/os_test_en.jenkinsfile index 362fa54f29..ef06cdf88b 100644 --- a/ci/pipelines/tests_split/GreenAPI/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GreenAPI/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenAPI/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/GreenAPI/os_test_ru.jenkinsfile index b411ddda3a..1689f3bb1e 100644 --- a/ci/pipelines/tests_split/GreenAPI/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GreenAPI/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenMax/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GreenMax/cli_deb_test_en.jenkinsfile index 01fdb54943..75360ca955 100644 --- a/ci/pipelines/tests_split/GreenMax/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GreenMax/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenMax/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GreenMax/cli_deb_test_ru.jenkinsfile index 8a6a22ff5c..989216a2a1 100644 --- a/ci/pipelines/tests_split/GreenMax/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GreenMax/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenMax/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GreenMax/cli_rpm_test_en.jenkinsfile index 14d0a383af..0c1e3df88a 100644 --- a/ci/pipelines/tests_split/GreenMax/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GreenMax/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenMax/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GreenMax/cli_rpm_test_ru.jenkinsfile index 90a9fed4c3..ed7dde7b2a 100644 --- a/ci/pipelines/tests_split/GreenMax/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GreenMax/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenMax/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/GreenMax/cli_test_en.jenkinsfile index d0409d207b..cad90f9b82 100644 --- a/ci/pipelines/tests_split/GreenMax/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GreenMax/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GreenMax/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/GreenMax/cli_test_ru.jenkinsfile index 36a51ed471..9374890182 100644 --- a/ci/pipelines/tests_split/GreenMax/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GreenMax/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/GreenMax/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/GreenMax/os_deb_test_en.jenkinsfile index f3181afb25..62666f0feb 100644 --- a/ci/pipelines/tests_split/GreenMax/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GreenMax/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenMax/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/GreenMax/os_deb_test_ru.jenkinsfile index 2de34871da..8c407bf8fa 100644 --- a/ci/pipelines/tests_split/GreenMax/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GreenMax/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenMax/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/GreenMax/os_rpm_test_en.jenkinsfile index 2385677fce..c547bc1da3 100644 --- a/ci/pipelines/tests_split/GreenMax/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GreenMax/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenMax/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/GreenMax/os_rpm_test_ru.jenkinsfile index 7e8bfba254..952cf7986d 100644 --- a/ci/pipelines/tests_split/GreenMax/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GreenMax/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenMax/os_test_en.jenkinsfile b/ci/pipelines/tests_split/GreenMax/os_test_en.jenkinsfile index fdc035452b..ed5e9a9e6d 100644 --- a/ci/pipelines/tests_split/GreenMax/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/GreenMax/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/GreenMax/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/GreenMax/os_test_ru.jenkinsfile index 296aa679b3..7bf4038e39 100644 --- a/ci/pipelines/tests_split/GreenMax/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/GreenMax/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/HTTP/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/HTTP/cli_deb_test_en.jenkinsfile index 248d98773d..d077028284 100644 --- a/ci/pipelines/tests_split/HTTP/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/HTTP/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/HTTP/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/HTTP/cli_deb_test_ru.jenkinsfile index 31c5643a97..0620c59eff 100644 --- a/ci/pipelines/tests_split/HTTP/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/HTTP/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/HTTP/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/HTTP/cli_rpm_test_en.jenkinsfile index 6af1ad36a9..741f1d06c8 100644 --- a/ci/pipelines/tests_split/HTTP/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/HTTP/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/HTTP/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/HTTP/cli_rpm_test_ru.jenkinsfile index 0414f48a6e..76e1091738 100644 --- a/ci/pipelines/tests_split/HTTP/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/HTTP/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/HTTP/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/HTTP/cli_test_en.jenkinsfile index c03dd61f75..9c978f050a 100644 --- a/ci/pipelines/tests_split/HTTP/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/HTTP/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/HTTP/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/HTTP/cli_test_ru.jenkinsfile index b6aa487824..99be2e229c 100644 --- a/ci/pipelines/tests_split/HTTP/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/HTTP/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/HTTP/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/HTTP/os_deb_test_en.jenkinsfile index 63c043d2a0..89293e97a3 100644 --- a/ci/pipelines/tests_split/HTTP/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/HTTP/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/HTTP/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/HTTP/os_deb_test_ru.jenkinsfile index 82bdb58a7f..67a591a3c5 100644 --- a/ci/pipelines/tests_split/HTTP/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/HTTP/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/HTTP/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/HTTP/os_rpm_test_en.jenkinsfile index 6fc0378972..8e2a729070 100644 --- a/ci/pipelines/tests_split/HTTP/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/HTTP/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/HTTP/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/HTTP/os_rpm_test_ru.jenkinsfile index 8ae6c37696..7381679f89 100644 --- a/ci/pipelines/tests_split/HTTP/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/HTTP/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/HTTP/os_test_en.jenkinsfile b/ci/pipelines/tests_split/HTTP/os_test_en.jenkinsfile index 5c195fb740..3c7faca373 100644 --- a/ci/pipelines/tests_split/HTTP/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/HTTP/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/HTTP/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/HTTP/os_test_ru.jenkinsfile index 73ca12bad7..90c8707ff5 100644 --- a/ci/pipelines/tests_split/HTTP/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/HTTP/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MSSQL/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/MSSQL/cli_deb_test_en.jenkinsfile index 5200cedb6b..a35e4ee016 100644 --- a/ci/pipelines/tests_split/MSSQL/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MSSQL/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MSSQL/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/MSSQL/cli_deb_test_ru.jenkinsfile index bf897180ca..35ce04bac8 100644 --- a/ci/pipelines/tests_split/MSSQL/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MSSQL/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MSSQL/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/MSSQL/cli_rpm_test_en.jenkinsfile index b4fe79c8ae..bee784fff2 100644 --- a/ci/pipelines/tests_split/MSSQL/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MSSQL/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MSSQL/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/MSSQL/cli_rpm_test_ru.jenkinsfile index e8e6c277c1..aa9fde12f1 100644 --- a/ci/pipelines/tests_split/MSSQL/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MSSQL/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MSSQL/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/MSSQL/cli_test_en.jenkinsfile index 2c6b840d6c..631f7373a1 100644 --- a/ci/pipelines/tests_split/MSSQL/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MSSQL/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/MSSQL/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/MSSQL/cli_test_ru.jenkinsfile index c6c49f7dda..25ac3e72c4 100644 --- a/ci/pipelines/tests_split/MSSQL/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MSSQL/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/MSSQL/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/MSSQL/os_deb_test_en.jenkinsfile index b85f665c1b..c676953d6c 100644 --- a/ci/pipelines/tests_split/MSSQL/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MSSQL/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MSSQL/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/MSSQL/os_deb_test_ru.jenkinsfile index 9e7eaea562..30d54c6540 100644 --- a/ci/pipelines/tests_split/MSSQL/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MSSQL/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MSSQL/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/MSSQL/os_rpm_test_en.jenkinsfile index 3a5c3da33f..4ac5605199 100644 --- a/ci/pipelines/tests_split/MSSQL/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MSSQL/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MSSQL/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/MSSQL/os_rpm_test_ru.jenkinsfile index 312c3ece94..7ce17a3d4d 100644 --- a/ci/pipelines/tests_split/MSSQL/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MSSQL/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MSSQL/os_test_en.jenkinsfile b/ci/pipelines/tests_split/MSSQL/os_test_en.jenkinsfile index 5fe6c2ee62..ebf5a6d455 100644 --- a/ci/pipelines/tests_split/MSSQL/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MSSQL/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MSSQL/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/MSSQL/os_test_ru.jenkinsfile index ab6faf4dbf..f3d264c5c2 100644 --- a/ci/pipelines/tests_split/MSSQL/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MSSQL/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MongoDB/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/MongoDB/cli_deb_test_en.jenkinsfile index fc4588fada..033aef801a 100644 --- a/ci/pipelines/tests_split/MongoDB/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MongoDB/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MongoDB/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/MongoDB/cli_deb_test_ru.jenkinsfile index b4ce5a95e9..0d7aa9101b 100644 --- a/ci/pipelines/tests_split/MongoDB/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MongoDB/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MongoDB/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/MongoDB/cli_rpm_test_en.jenkinsfile index ad1e13534a..aeaebec2b5 100644 --- a/ci/pipelines/tests_split/MongoDB/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MongoDB/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MongoDB/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/MongoDB/cli_rpm_test_ru.jenkinsfile index 062c440ed0..e6aca797ff 100644 --- a/ci/pipelines/tests_split/MongoDB/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MongoDB/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MongoDB/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/MongoDB/cli_test_en.jenkinsfile index ae3425f5c4..b8dc68e015 100644 --- a/ci/pipelines/tests_split/MongoDB/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MongoDB/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/MongoDB/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/MongoDB/cli_test_ru.jenkinsfile index 0bba1e8f3c..0192e177fc 100644 --- a/ci/pipelines/tests_split/MongoDB/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MongoDB/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/MongoDB/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/MongoDB/os_deb_test_en.jenkinsfile index 0aa452f187..e276d786d9 100644 --- a/ci/pipelines/tests_split/MongoDB/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MongoDB/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MongoDB/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/MongoDB/os_deb_test_ru.jenkinsfile index b4205cc090..cc44dc1dc1 100644 --- a/ci/pipelines/tests_split/MongoDB/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MongoDB/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MongoDB/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/MongoDB/os_rpm_test_en.jenkinsfile index 48412ab389..e2fa115b15 100644 --- a/ci/pipelines/tests_split/MongoDB/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MongoDB/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MongoDB/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/MongoDB/os_rpm_test_ru.jenkinsfile index 9dfd679aec..9b0649896e 100644 --- a/ci/pipelines/tests_split/MongoDB/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MongoDB/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MongoDB/os_test_en.jenkinsfile b/ci/pipelines/tests_split/MongoDB/os_test_en.jenkinsfile index 00d5ba7553..5d77107ff0 100644 --- a/ci/pipelines/tests_split/MongoDB/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MongoDB/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MongoDB/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/MongoDB/os_test_ru.jenkinsfile index c9ab5ee1fd..c2aceabaef 100644 --- a/ci/pipelines/tests_split/MongoDB/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MongoDB/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MySQL/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/MySQL/cli_deb_test_en.jenkinsfile index c8ba797ec8..a840122d0a 100644 --- a/ci/pipelines/tests_split/MySQL/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MySQL/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MySQL/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/MySQL/cli_deb_test_ru.jenkinsfile index e3aea896c0..6adb5ddf84 100644 --- a/ci/pipelines/tests_split/MySQL/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MySQL/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MySQL/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/MySQL/cli_rpm_test_en.jenkinsfile index ff95c17d9d..25cd7ab82f 100644 --- a/ci/pipelines/tests_split/MySQL/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MySQL/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MySQL/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/MySQL/cli_rpm_test_ru.jenkinsfile index 4644131d28..cf50527f37 100644 --- a/ci/pipelines/tests_split/MySQL/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MySQL/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MySQL/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/MySQL/cli_test_en.jenkinsfile index 7ac4220bd0..e261515aaf 100644 --- a/ci/pipelines/tests_split/MySQL/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MySQL/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/MySQL/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/MySQL/cli_test_ru.jenkinsfile index 2961a2148f..074e62caca 100644 --- a/ci/pipelines/tests_split/MySQL/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MySQL/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/MySQL/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/MySQL/os_deb_test_en.jenkinsfile index 04df533cd6..fb53734490 100644 --- a/ci/pipelines/tests_split/MySQL/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MySQL/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MySQL/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/MySQL/os_deb_test_ru.jenkinsfile index ca30c7603d..67fdb228ef 100644 --- a/ci/pipelines/tests_split/MySQL/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MySQL/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MySQL/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/MySQL/os_rpm_test_en.jenkinsfile index 76ed5b5eee..9707fa9fa7 100644 --- a/ci/pipelines/tests_split/MySQL/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MySQL/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MySQL/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/MySQL/os_rpm_test_ru.jenkinsfile index 50b078a45e..19283b77a0 100644 --- a/ci/pipelines/tests_split/MySQL/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MySQL/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MySQL/os_test_en.jenkinsfile b/ci/pipelines/tests_split/MySQL/os_test_en.jenkinsfile index ed71071660..0b3e16a034 100644 --- a/ci/pipelines/tests_split/MySQL/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/MySQL/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/MySQL/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/MySQL/os_test_ru.jenkinsfile index b99d8e62f1..154a26fa22 100644 --- a/ci/pipelines/tests_split/MySQL/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/MySQL/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Neocities/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Neocities/cli_deb_test_en.jenkinsfile index 202f2119b8..d11f55cba0 100644 --- a/ci/pipelines/tests_split/Neocities/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Neocities/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Neocities/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Neocities/cli_deb_test_ru.jenkinsfile index 1a46e8f55d..e31547d738 100644 --- a/ci/pipelines/tests_split/Neocities/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Neocities/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Neocities/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Neocities/cli_rpm_test_en.jenkinsfile index a99bb2fde9..27f84f51ab 100644 --- a/ci/pipelines/tests_split/Neocities/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Neocities/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Neocities/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Neocities/cli_rpm_test_ru.jenkinsfile index 03e945712b..3baa4579bb 100644 --- a/ci/pipelines/tests_split/Neocities/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Neocities/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Neocities/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/Neocities/cli_test_en.jenkinsfile index f520a38357..45eb2c61d0 100644 --- a/ci/pipelines/tests_split/Neocities/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Neocities/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Neocities/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/Neocities/cli_test_ru.jenkinsfile index abb330d347..85f7e8a5c6 100644 --- a/ci/pipelines/tests_split/Neocities/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Neocities/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Neocities/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Neocities/os_deb_test_en.jenkinsfile index 0206eb39f3..fcc928abd8 100644 --- a/ci/pipelines/tests_split/Neocities/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Neocities/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Neocities/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Neocities/os_deb_test_ru.jenkinsfile index 0d2feb8ea8..f79f74fe08 100644 --- a/ci/pipelines/tests_split/Neocities/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Neocities/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Neocities/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Neocities/os_rpm_test_en.jenkinsfile index fa714ff442..8c47e3f11a 100644 --- a/ci/pipelines/tests_split/Neocities/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Neocities/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Neocities/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Neocities/os_rpm_test_ru.jenkinsfile index 7b6d39381a..ff8834598c 100644 --- a/ci/pipelines/tests_split/Neocities/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Neocities/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Neocities/os_test_en.jenkinsfile b/ci/pipelines/tests_split/Neocities/os_test_en.jenkinsfile index bf8efa7f16..55bd9d5a97 100644 --- a/ci/pipelines/tests_split/Neocities/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Neocities/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Neocities/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/Neocities/os_test_ru.jenkinsfile index a1d77e4029..741c153e41 100644 --- a/ci/pipelines/tests_split/Neocities/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Neocities/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Notion/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Notion/cli_deb_test_en.jenkinsfile index 8c0ac77d2e..a7670179be 100644 --- a/ci/pipelines/tests_split/Notion/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Notion/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Notion/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Notion/cli_deb_test_ru.jenkinsfile index b5b925532f..d2ef1db44c 100644 --- a/ci/pipelines/tests_split/Notion/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Notion/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Notion/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Notion/cli_rpm_test_en.jenkinsfile index 0ee3c7ca4c..df23df1d6d 100644 --- a/ci/pipelines/tests_split/Notion/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Notion/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Notion/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Notion/cli_rpm_test_ru.jenkinsfile index 14a8cc5fcc..9d998d508c 100644 --- a/ci/pipelines/tests_split/Notion/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Notion/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Notion/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/Notion/cli_test_en.jenkinsfile index 74452c4213..3a81e83253 100644 --- a/ci/pipelines/tests_split/Notion/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Notion/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Notion/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/Notion/cli_test_ru.jenkinsfile index 054eb99f6c..972ad137a2 100644 --- a/ci/pipelines/tests_split/Notion/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Notion/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Notion/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Notion/os_deb_test_en.jenkinsfile index 61fe10059c..d017c36d3d 100644 --- a/ci/pipelines/tests_split/Notion/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Notion/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Notion/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Notion/os_deb_test_ru.jenkinsfile index f9cbddb68f..9d686f48eb 100644 --- a/ci/pipelines/tests_split/Notion/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Notion/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Notion/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Notion/os_rpm_test_en.jenkinsfile index 11dce13511..12fe58523f 100644 --- a/ci/pipelines/tests_split/Notion/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Notion/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Notion/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Notion/os_rpm_test_ru.jenkinsfile index 4dd8edea65..b5bcdb1256 100644 --- a/ci/pipelines/tests_split/Notion/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Notion/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Notion/os_test_en.jenkinsfile b/ci/pipelines/tests_split/Notion/os_test_en.jenkinsfile index 4b1840580d..f9d3dae3a1 100644 --- a/ci/pipelines/tests_split/Notion/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Notion/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Notion/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/Notion/os_test_ru.jenkinsfile index 528cfcba23..4a50412d83 100644 --- a/ci/pipelines/tests_split/Notion/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Notion/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Ollama/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Ollama/cli_deb_test_en.jenkinsfile index 2bb65e19bb..25dbe9c352 100644 --- a/ci/pipelines/tests_split/Ollama/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Ollama/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Ollama/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Ollama/cli_deb_test_ru.jenkinsfile index 91ade0640c..a3db4f6cd2 100644 --- a/ci/pipelines/tests_split/Ollama/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Ollama/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Ollama/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Ollama/cli_rpm_test_en.jenkinsfile index 759c08ddc9..5553aefb95 100644 --- a/ci/pipelines/tests_split/Ollama/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Ollama/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Ollama/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Ollama/cli_rpm_test_ru.jenkinsfile index 1789256eff..dfc01f6090 100644 --- a/ci/pipelines/tests_split/Ollama/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Ollama/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Ollama/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/Ollama/cli_test_en.jenkinsfile index 46aa0cab35..87a1138e79 100644 --- a/ci/pipelines/tests_split/Ollama/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Ollama/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Ollama/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/Ollama/cli_test_ru.jenkinsfile index 16eb791c03..228867576a 100644 --- a/ci/pipelines/tests_split/Ollama/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Ollama/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Ollama/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Ollama/os_deb_test_en.jenkinsfile index c9c7f9f791..1cde97d391 100644 --- a/ci/pipelines/tests_split/Ollama/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Ollama/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Ollama/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Ollama/os_deb_test_ru.jenkinsfile index 9fd663011f..ba3b8aee03 100644 --- a/ci/pipelines/tests_split/Ollama/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Ollama/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Ollama/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Ollama/os_rpm_test_en.jenkinsfile index 60d909904a..79bfb68ad6 100644 --- a/ci/pipelines/tests_split/Ollama/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Ollama/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Ollama/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Ollama/os_rpm_test_ru.jenkinsfile index 02f9d6cd4d..b802783d3b 100644 --- a/ci/pipelines/tests_split/Ollama/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Ollama/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Ollama/os_test_en.jenkinsfile b/ci/pipelines/tests_split/Ollama/os_test_en.jenkinsfile index ad045ce344..4a2a56e595 100644 --- a/ci/pipelines/tests_split/Ollama/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Ollama/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Ollama/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/Ollama/os_test_ru.jenkinsfile index 47456651d9..b5ee8f9945 100644 --- a/ci/pipelines/tests_split/Ollama/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Ollama/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/OpenAI/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/OpenAI/cli_deb_test_en.jenkinsfile index 4a8757d1b4..b96105b545 100644 --- a/ci/pipelines/tests_split/OpenAI/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/OpenAI/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/OpenAI/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/OpenAI/cli_deb_test_ru.jenkinsfile index 68e4a6b7f0..c8d299760d 100644 --- a/ci/pipelines/tests_split/OpenAI/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/OpenAI/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/OpenAI/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/OpenAI/cli_rpm_test_en.jenkinsfile index 90a60af3e9..dbeaf33a66 100644 --- a/ci/pipelines/tests_split/OpenAI/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/OpenAI/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/OpenAI/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/OpenAI/cli_rpm_test_ru.jenkinsfile index 569b0b6d21..f842623707 100644 --- a/ci/pipelines/tests_split/OpenAI/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/OpenAI/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/OpenAI/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/OpenAI/cli_test_en.jenkinsfile index d90a596e26..0923797da7 100644 --- a/ci/pipelines/tests_split/OpenAI/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/OpenAI/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/OpenAI/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/OpenAI/cli_test_ru.jenkinsfile index 4320263db4..5eeb42cd51 100644 --- a/ci/pipelines/tests_split/OpenAI/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/OpenAI/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/OpenAI/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/OpenAI/os_deb_test_en.jenkinsfile index b5459cb6df..757a87ed5f 100644 --- a/ci/pipelines/tests_split/OpenAI/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/OpenAI/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/OpenAI/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/OpenAI/os_deb_test_ru.jenkinsfile index 475938059b..027768665a 100644 --- a/ci/pipelines/tests_split/OpenAI/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/OpenAI/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/OpenAI/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/OpenAI/os_rpm_test_en.jenkinsfile index a12f367df5..d721437564 100644 --- a/ci/pipelines/tests_split/OpenAI/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/OpenAI/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/OpenAI/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/OpenAI/os_rpm_test_ru.jenkinsfile index e37f89d817..53ca500aa4 100644 --- a/ci/pipelines/tests_split/OpenAI/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/OpenAI/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/OpenAI/os_test_en.jenkinsfile b/ci/pipelines/tests_split/OpenAI/os_test_en.jenkinsfile index 28fadb0bce..941f5bddd0 100644 --- a/ci/pipelines/tests_split/OpenAI/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/OpenAI/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/OpenAI/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/OpenAI/os_test_ru.jenkinsfile index d4a224b125..5cde7f0c82 100644 --- a/ci/pipelines/tests_split/OpenAI/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/OpenAI/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/PostgreSQL/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/PostgreSQL/cli_deb_test_en.jenkinsfile index c839dd04e3..d39a4cf240 100644 --- a/ci/pipelines/tests_split/PostgreSQL/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/PostgreSQL/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/PostgreSQL/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/PostgreSQL/cli_deb_test_ru.jenkinsfile index 3c8e4de3d7..09355044c4 100644 --- a/ci/pipelines/tests_split/PostgreSQL/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/PostgreSQL/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/PostgreSQL/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/PostgreSQL/cli_rpm_test_en.jenkinsfile index a76ae0da90..fe9c731687 100644 --- a/ci/pipelines/tests_split/PostgreSQL/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/PostgreSQL/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/PostgreSQL/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/PostgreSQL/cli_rpm_test_ru.jenkinsfile index bcfe29feff..7e8fd825cd 100644 --- a/ci/pipelines/tests_split/PostgreSQL/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/PostgreSQL/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/PostgreSQL/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/PostgreSQL/cli_test_en.jenkinsfile index 71a123383a..1ee60b0af9 100644 --- a/ci/pipelines/tests_split/PostgreSQL/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/PostgreSQL/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/PostgreSQL/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/PostgreSQL/cli_test_ru.jenkinsfile index eca3816329..d5494de261 100644 --- a/ci/pipelines/tests_split/PostgreSQL/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/PostgreSQL/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/PostgreSQL/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/PostgreSQL/os_deb_test_en.jenkinsfile index e79f07d739..b63e3d3000 100644 --- a/ci/pipelines/tests_split/PostgreSQL/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/PostgreSQL/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/PostgreSQL/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/PostgreSQL/os_deb_test_ru.jenkinsfile index bfaecb896d..c6f3ef6084 100644 --- a/ci/pipelines/tests_split/PostgreSQL/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/PostgreSQL/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/PostgreSQL/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/PostgreSQL/os_rpm_test_en.jenkinsfile index af7f605478..306cdf41b9 100644 --- a/ci/pipelines/tests_split/PostgreSQL/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/PostgreSQL/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/PostgreSQL/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/PostgreSQL/os_rpm_test_ru.jenkinsfile index ea107eba0a..3fdd5d5cd2 100644 --- a/ci/pipelines/tests_split/PostgreSQL/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/PostgreSQL/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/PostgreSQL/os_test_en.jenkinsfile b/ci/pipelines/tests_split/PostgreSQL/os_test_en.jenkinsfile index b58131e75a..c19290292f 100644 --- a/ci/pipelines/tests_split/PostgreSQL/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/PostgreSQL/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/PostgreSQL/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/PostgreSQL/os_test_ru.jenkinsfile index 5bf119c5be..454fe607e5 100644 --- a/ci/pipelines/tests_split/PostgreSQL/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/PostgreSQL/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RCON/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/RCON/cli_deb_test_en.jenkinsfile index 5bfc0a58d8..f9b2b1c75a 100644 --- a/ci/pipelines/tests_split/RCON/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/RCON/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RCON/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/RCON/cli_deb_test_ru.jenkinsfile index 8315752b1b..ad84abfae4 100644 --- a/ci/pipelines/tests_split/RCON/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/RCON/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RCON/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/RCON/cli_rpm_test_en.jenkinsfile index 1bfd78f556..77c9a1986c 100644 --- a/ci/pipelines/tests_split/RCON/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/RCON/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RCON/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/RCON/cli_rpm_test_ru.jenkinsfile index e19754ff99..72c3dc0ed0 100644 --- a/ci/pipelines/tests_split/RCON/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/RCON/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RCON/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/RCON/cli_test_en.jenkinsfile index b1213cc891..608f1c67d4 100644 --- a/ci/pipelines/tests_split/RCON/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/RCON/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/RCON/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/RCON/cli_test_ru.jenkinsfile index 253d738382..94176c541f 100644 --- a/ci/pipelines/tests_split/RCON/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/RCON/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/RCON/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/RCON/os_deb_test_en.jenkinsfile index 2799ff7604..5a18da1c3e 100644 --- a/ci/pipelines/tests_split/RCON/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/RCON/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RCON/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/RCON/os_deb_test_ru.jenkinsfile index 3db25de047..4eb7a1b006 100644 --- a/ci/pipelines/tests_split/RCON/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/RCON/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RCON/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/RCON/os_rpm_test_en.jenkinsfile index 59a5837227..1a362a41b8 100644 --- a/ci/pipelines/tests_split/RCON/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/RCON/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RCON/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/RCON/os_rpm_test_ru.jenkinsfile index ae48914a74..dde654f809 100644 --- a/ci/pipelines/tests_split/RCON/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/RCON/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RCON/os_test_en.jenkinsfile b/ci/pipelines/tests_split/RCON/os_test_en.jenkinsfile index 19f622421b..15c14dacc4 100644 --- a/ci/pipelines/tests_split/RCON/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/RCON/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RCON/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/RCON/os_test_ru.jenkinsfile index 3101d11530..9ea874b8e1 100644 --- a/ci/pipelines/tests_split/RCON/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/RCON/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RSS/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/RSS/cli_deb_test_en.jenkinsfile index 247f6be715..57332c6831 100644 --- a/ci/pipelines/tests_split/RSS/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/RSS/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RSS/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/RSS/cli_deb_test_ru.jenkinsfile index 4d52a4d990..9520325320 100644 --- a/ci/pipelines/tests_split/RSS/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/RSS/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RSS/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/RSS/cli_rpm_test_en.jenkinsfile index 3caac0ee27..568b346c79 100644 --- a/ci/pipelines/tests_split/RSS/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/RSS/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RSS/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/RSS/cli_rpm_test_ru.jenkinsfile index eed5b4d50b..f7c852d388 100644 --- a/ci/pipelines/tests_split/RSS/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/RSS/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RSS/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/RSS/cli_test_en.jenkinsfile index bc70aad607..d071b7bd00 100644 --- a/ci/pipelines/tests_split/RSS/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/RSS/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/RSS/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/RSS/cli_test_ru.jenkinsfile index f0157ce2fa..51b6eebf09 100644 --- a/ci/pipelines/tests_split/RSS/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/RSS/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/RSS/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/RSS/os_deb_test_en.jenkinsfile index e2e460897b..bd32c79650 100644 --- a/ci/pipelines/tests_split/RSS/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/RSS/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RSS/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/RSS/os_deb_test_ru.jenkinsfile index 33689811b2..13961c08de 100644 --- a/ci/pipelines/tests_split/RSS/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/RSS/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RSS/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/RSS/os_rpm_test_en.jenkinsfile index e476c9f335..a49775b2fa 100644 --- a/ci/pipelines/tests_split/RSS/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/RSS/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RSS/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/RSS/os_rpm_test_ru.jenkinsfile index 8d79680f4b..57447dc258 100644 --- a/ci/pipelines/tests_split/RSS/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/RSS/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RSS/os_test_en.jenkinsfile b/ci/pipelines/tests_split/RSS/os_test_en.jenkinsfile index cb4f8d00ab..1a0f4a35d9 100644 --- a/ci/pipelines/tests_split/RSS/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/RSS/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/RSS/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/RSS/os_test_ru.jenkinsfile index f54ec97825..2021f3eea7 100644 --- a/ci/pipelines/tests_split/RSS/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/RSS/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ReportPortal/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/ReportPortal/cli_deb_test_en.jenkinsfile index 6ff7336548..5c5f18e8cf 100644 --- a/ci/pipelines/tests_split/ReportPortal/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/ReportPortal/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ReportPortal/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/ReportPortal/cli_deb_test_ru.jenkinsfile index 38d869fb57..df1a4f14ca 100644 --- a/ci/pipelines/tests_split/ReportPortal/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/ReportPortal/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ReportPortal/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/ReportPortal/cli_rpm_test_en.jenkinsfile index 9341c95cc4..0c6abbe5b7 100644 --- a/ci/pipelines/tests_split/ReportPortal/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/ReportPortal/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ReportPortal/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/ReportPortal/cli_rpm_test_ru.jenkinsfile index 3cdf44b510..5ad9b08370 100644 --- a/ci/pipelines/tests_split/ReportPortal/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/ReportPortal/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ReportPortal/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/ReportPortal/cli_test_en.jenkinsfile index 2e5af447ff..8ca30d567a 100644 --- a/ci/pipelines/tests_split/ReportPortal/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/ReportPortal/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/ReportPortal/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/ReportPortal/cli_test_ru.jenkinsfile index d49ea4967d..b19e5d0e7c 100644 --- a/ci/pipelines/tests_split/ReportPortal/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/ReportPortal/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/ReportPortal/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/ReportPortal/os_deb_test_en.jenkinsfile index ab561d2cd8..37bf9ea47f 100644 --- a/ci/pipelines/tests_split/ReportPortal/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/ReportPortal/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ReportPortal/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/ReportPortal/os_deb_test_ru.jenkinsfile index 46fa4f8f55..db89db2952 100644 --- a/ci/pipelines/tests_split/ReportPortal/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/ReportPortal/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ReportPortal/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/ReportPortal/os_rpm_test_en.jenkinsfile index bb37e0add3..56bdb53dcf 100644 --- a/ci/pipelines/tests_split/ReportPortal/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/ReportPortal/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ReportPortal/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/ReportPortal/os_rpm_test_ru.jenkinsfile index d157a7493c..7bed8f657b 100644 --- a/ci/pipelines/tests_split/ReportPortal/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/ReportPortal/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ReportPortal/os_test_en.jenkinsfile b/ci/pipelines/tests_split/ReportPortal/os_test_en.jenkinsfile index 5b69d44c3d..fc4d684ed7 100644 --- a/ci/pipelines/tests_split/ReportPortal/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/ReportPortal/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/ReportPortal/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/ReportPortal/os_test_ru.jenkinsfile index d1113f22df..c94cf9db37 100644 --- a/ci/pipelines/tests_split/ReportPortal/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/ReportPortal/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/S3/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/S3/cli_deb_test_en.jenkinsfile index fb13b20d0d..3a8ae7948e 100644 --- a/ci/pipelines/tests_split/S3/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/S3/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/S3/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/S3/cli_deb_test_ru.jenkinsfile index 24acfaba9e..3ed915d836 100644 --- a/ci/pipelines/tests_split/S3/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/S3/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/S3/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/S3/cli_rpm_test_en.jenkinsfile index 249c51c896..640e28169c 100644 --- a/ci/pipelines/tests_split/S3/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/S3/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/S3/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/S3/cli_rpm_test_ru.jenkinsfile index 8e80df6363..77f15b5af3 100644 --- a/ci/pipelines/tests_split/S3/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/S3/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/S3/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/S3/cli_test_en.jenkinsfile index d7bdd96b82..512cc50b54 100644 --- a/ci/pipelines/tests_split/S3/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/S3/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/S3/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/S3/cli_test_ru.jenkinsfile index f600fa46ca..2173e07391 100644 --- a/ci/pipelines/tests_split/S3/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/S3/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/S3/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/S3/os_deb_test_en.jenkinsfile index dcd6f91631..8174639f37 100644 --- a/ci/pipelines/tests_split/S3/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/S3/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/S3/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/S3/os_deb_test_ru.jenkinsfile index c154a38b20..a05766088f 100644 --- a/ci/pipelines/tests_split/S3/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/S3/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/S3/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/S3/os_rpm_test_en.jenkinsfile index fa713d7bcc..8f2278b199 100644 --- a/ci/pipelines/tests_split/S3/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/S3/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/S3/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/S3/os_rpm_test_ru.jenkinsfile index 050c28bae1..8f820bcb31 100644 --- a/ci/pipelines/tests_split/S3/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/S3/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/S3/os_test_en.jenkinsfile b/ci/pipelines/tests_split/S3/os_test_en.jenkinsfile index 08bfd4ad7a..f1196f630a 100644 --- a/ci/pipelines/tests_split/S3/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/S3/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/S3/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/S3/os_test_ru.jenkinsfile index 4c17e73959..4a09e19904 100644 --- a/ci/pipelines/tests_split/S3/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/S3/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SFTP/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/SFTP/cli_deb_test_en.jenkinsfile index aa403c8654..7354bf2a99 100644 --- a/ci/pipelines/tests_split/SFTP/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SFTP/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SFTP/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/SFTP/cli_deb_test_ru.jenkinsfile index 43ea5fdbc0..66b7fdbb3d 100644 --- a/ci/pipelines/tests_split/SFTP/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SFTP/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SFTP/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/SFTP/cli_rpm_test_en.jenkinsfile index 24a6dbb17e..c6b5986726 100644 --- a/ci/pipelines/tests_split/SFTP/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SFTP/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SFTP/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/SFTP/cli_rpm_test_ru.jenkinsfile index 290d7a5294..0a74e04fcc 100644 --- a/ci/pipelines/tests_split/SFTP/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SFTP/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SFTP/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/SFTP/cli_test_en.jenkinsfile index e1c27c0f62..917ba06cd7 100644 --- a/ci/pipelines/tests_split/SFTP/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SFTP/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/SFTP/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/SFTP/cli_test_ru.jenkinsfile index 010df428bd..a3027927a5 100644 --- a/ci/pipelines/tests_split/SFTP/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SFTP/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/SFTP/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/SFTP/os_deb_test_en.jenkinsfile index 697ae4ac35..e92f371122 100644 --- a/ci/pipelines/tests_split/SFTP/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SFTP/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SFTP/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/SFTP/os_deb_test_ru.jenkinsfile index ae553baefd..07577335df 100644 --- a/ci/pipelines/tests_split/SFTP/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SFTP/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SFTP/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/SFTP/os_rpm_test_en.jenkinsfile index 8b9a60ab25..83950b348e 100644 --- a/ci/pipelines/tests_split/SFTP/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SFTP/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SFTP/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/SFTP/os_rpm_test_ru.jenkinsfile index 998a7b0d5f..b57f043fdf 100644 --- a/ci/pipelines/tests_split/SFTP/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SFTP/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SFTP/os_test_en.jenkinsfile b/ci/pipelines/tests_split/SFTP/os_test_en.jenkinsfile index 018d7cefa1..10915d1d48 100644 --- a/ci/pipelines/tests_split/SFTP/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SFTP/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SFTP/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/SFTP/os_test_ru.jenkinsfile index 0a227c77c3..99639fed7a 100644 --- a/ci/pipelines/tests_split/SFTP/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SFTP/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SQLite/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/SQLite/cli_deb_test_en.jenkinsfile index 64114da819..aa3aae19c2 100644 --- a/ci/pipelines/tests_split/SQLite/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SQLite/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SQLite/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/SQLite/cli_deb_test_ru.jenkinsfile index 3a1d137b93..b720ff35ab 100644 --- a/ci/pipelines/tests_split/SQLite/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SQLite/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SQLite/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/SQLite/cli_rpm_test_en.jenkinsfile index 8fdc0eb4ba..ec358dc8f3 100644 --- a/ci/pipelines/tests_split/SQLite/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SQLite/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SQLite/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/SQLite/cli_rpm_test_ru.jenkinsfile index 8e11076257..e8e06adc7e 100644 --- a/ci/pipelines/tests_split/SQLite/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SQLite/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SQLite/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/SQLite/cli_test_en.jenkinsfile index 1603caf82f..0fe1a730d7 100644 --- a/ci/pipelines/tests_split/SQLite/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SQLite/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/SQLite/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/SQLite/cli_test_ru.jenkinsfile index 468db7e228..adb1bf3b04 100644 --- a/ci/pipelines/tests_split/SQLite/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SQLite/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/SQLite/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/SQLite/os_deb_test_en.jenkinsfile index 44e57122b0..7aaf83e4ed 100644 --- a/ci/pipelines/tests_split/SQLite/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SQLite/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SQLite/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/SQLite/os_deb_test_ru.jenkinsfile index 492caeecf8..ecadee39e0 100644 --- a/ci/pipelines/tests_split/SQLite/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SQLite/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SQLite/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/SQLite/os_rpm_test_en.jenkinsfile index a5db60bcb2..906c028ff6 100644 --- a/ci/pipelines/tests_split/SQLite/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SQLite/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SQLite/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/SQLite/os_rpm_test_ru.jenkinsfile index e5d4a9ec71..a8968c3350 100644 --- a/ci/pipelines/tests_split/SQLite/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SQLite/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SQLite/os_test_en.jenkinsfile b/ci/pipelines/tests_split/SQLite/os_test_en.jenkinsfile index 7691eb9cd5..6ef6ba378c 100644 --- a/ci/pipelines/tests_split/SQLite/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SQLite/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SQLite/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/SQLite/os_test_ru.jenkinsfile index b5738049a0..dd6ba13e02 100644 --- a/ci/pipelines/tests_split/SQLite/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SQLite/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SSH/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/SSH/cli_deb_test_en.jenkinsfile index c51733a308..3932b44fe7 100644 --- a/ci/pipelines/tests_split/SSH/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SSH/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SSH/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/SSH/cli_deb_test_ru.jenkinsfile index 29e6e2dee1..babe9a7832 100644 --- a/ci/pipelines/tests_split/SSH/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SSH/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SSH/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/SSH/cli_rpm_test_en.jenkinsfile index 11724ecd0b..f8783d85e1 100644 --- a/ci/pipelines/tests_split/SSH/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SSH/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SSH/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/SSH/cli_rpm_test_ru.jenkinsfile index 753ec2ce0c..f60b1a1cf0 100644 --- a/ci/pipelines/tests_split/SSH/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SSH/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SSH/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/SSH/cli_test_en.jenkinsfile index 763a10de42..3c988ca25d 100644 --- a/ci/pipelines/tests_split/SSH/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SSH/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/SSH/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/SSH/cli_test_ru.jenkinsfile index 0c6eb70f3f..56c9a1c099 100644 --- a/ci/pipelines/tests_split/SSH/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SSH/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/SSH/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/SSH/os_deb_test_en.jenkinsfile index d6368a5313..a360da3b00 100644 --- a/ci/pipelines/tests_split/SSH/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SSH/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SSH/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/SSH/os_deb_test_ru.jenkinsfile index 199bf96814..c5ced801df 100644 --- a/ci/pipelines/tests_split/SSH/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SSH/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SSH/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/SSH/os_rpm_test_en.jenkinsfile index ac816fcd07..36862283e8 100644 --- a/ci/pipelines/tests_split/SSH/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SSH/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SSH/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/SSH/os_rpm_test_ru.jenkinsfile index 12fe363c87..4696c6f825 100644 --- a/ci/pipelines/tests_split/SSH/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SSH/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SSH/os_test_en.jenkinsfile b/ci/pipelines/tests_split/SSH/os_test_en.jenkinsfile index 5aa9990885..2a2dc315ad 100644 --- a/ci/pipelines/tests_split/SSH/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/SSH/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/SSH/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/SSH/os_test_ru.jenkinsfile index 2fe02a02f0..883b0c62bd 100644 --- a/ci/pipelines/tests_split/SSH/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/SSH/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Slack/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Slack/cli_deb_test_en.jenkinsfile index a7eecb5ac0..88e3bb1201 100644 --- a/ci/pipelines/tests_split/Slack/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Slack/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Slack/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Slack/cli_deb_test_ru.jenkinsfile index dedf2f6226..04b4331c27 100644 --- a/ci/pipelines/tests_split/Slack/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Slack/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Slack/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Slack/cli_rpm_test_en.jenkinsfile index c856108ead..9c7f563c06 100644 --- a/ci/pipelines/tests_split/Slack/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Slack/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Slack/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Slack/cli_rpm_test_ru.jenkinsfile index 36644995fc..d3863f2e9b 100644 --- a/ci/pipelines/tests_split/Slack/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Slack/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Slack/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/Slack/cli_test_en.jenkinsfile index 2b66a3f91b..02b1605583 100644 --- a/ci/pipelines/tests_split/Slack/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Slack/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Slack/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/Slack/cli_test_ru.jenkinsfile index f0b0d395fd..d80d4dd2f5 100644 --- a/ci/pipelines/tests_split/Slack/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Slack/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Slack/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Slack/os_deb_test_en.jenkinsfile index 71f0159670..b097a5735f 100644 --- a/ci/pipelines/tests_split/Slack/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Slack/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Slack/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Slack/os_deb_test_ru.jenkinsfile index 791f5d9996..121c6811bd 100644 --- a/ci/pipelines/tests_split/Slack/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Slack/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Slack/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Slack/os_rpm_test_en.jenkinsfile index cdbf339320..4abff2dd60 100644 --- a/ci/pipelines/tests_split/Slack/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Slack/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Slack/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Slack/os_rpm_test_ru.jenkinsfile index b3f7faf4f0..dea75ffde2 100644 --- a/ci/pipelines/tests_split/Slack/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Slack/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Slack/os_test_en.jenkinsfile b/ci/pipelines/tests_split/Slack/os_test_en.jenkinsfile index b28ef363e9..95b7e2c46f 100644 --- a/ci/pipelines/tests_split/Slack/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Slack/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Slack/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/Slack/os_test_ru.jenkinsfile index a158d1ca6c..7115bf05a3 100644 --- a/ci/pipelines/tests_split/Slack/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Slack/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/TCP/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/TCP/cli_deb_test_en.jenkinsfile index 4153d75f7a..b380766c72 100644 --- a/ci/pipelines/tests_split/TCP/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/TCP/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/TCP/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/TCP/cli_deb_test_ru.jenkinsfile index 19401f094c..5ddb299f29 100644 --- a/ci/pipelines/tests_split/TCP/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/TCP/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/TCP/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/TCP/cli_rpm_test_en.jenkinsfile index d7455ef2be..e86f3ac25f 100644 --- a/ci/pipelines/tests_split/TCP/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/TCP/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/TCP/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/TCP/cli_rpm_test_ru.jenkinsfile index 4418949580..685fb0f446 100644 --- a/ci/pipelines/tests_split/TCP/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/TCP/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/TCP/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/TCP/cli_test_en.jenkinsfile index 8a4ac201d3..9fa7907621 100644 --- a/ci/pipelines/tests_split/TCP/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/TCP/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/TCP/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/TCP/cli_test_ru.jenkinsfile index af82989889..d2ae58bccf 100644 --- a/ci/pipelines/tests_split/TCP/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/TCP/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/TCP/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/TCP/os_deb_test_en.jenkinsfile index 4ea41625fb..ca1dedd863 100644 --- a/ci/pipelines/tests_split/TCP/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/TCP/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/TCP/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/TCP/os_deb_test_ru.jenkinsfile index 32019e92b9..45d5fd42eb 100644 --- a/ci/pipelines/tests_split/TCP/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/TCP/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/TCP/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/TCP/os_rpm_test_en.jenkinsfile index 7549974c8d..97d7d78897 100644 --- a/ci/pipelines/tests_split/TCP/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/TCP/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/TCP/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/TCP/os_rpm_test_ru.jenkinsfile index 243ca6c0f0..5cd110a589 100644 --- a/ci/pipelines/tests_split/TCP/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/TCP/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/TCP/os_test_en.jenkinsfile b/ci/pipelines/tests_split/TCP/os_test_en.jenkinsfile index ace65c2c77..0ab8d3d0a6 100644 --- a/ci/pipelines/tests_split/TCP/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/TCP/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/TCP/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/TCP/os_test_ru.jenkinsfile index 783292eb9b..c18dca2e6a 100644 --- a/ci/pipelines/tests_split/TCP/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/TCP/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Telegram/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Telegram/cli_deb_test_en.jenkinsfile index cce8c6e8ee..1c323aee7c 100644 --- a/ci/pipelines/tests_split/Telegram/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Telegram/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Telegram/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Telegram/cli_deb_test_ru.jenkinsfile index cb273081cd..3a56e60e8c 100644 --- a/ci/pipelines/tests_split/Telegram/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Telegram/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Telegram/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Telegram/cli_rpm_test_en.jenkinsfile index 12d0d202fe..b7567561a5 100644 --- a/ci/pipelines/tests_split/Telegram/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Telegram/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Telegram/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Telegram/cli_rpm_test_ru.jenkinsfile index 746966dfde..2397996dbb 100644 --- a/ci/pipelines/tests_split/Telegram/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Telegram/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Telegram/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/Telegram/cli_test_en.jenkinsfile index 58494d5db9..5ca3c1f07d 100644 --- a/ci/pipelines/tests_split/Telegram/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Telegram/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Telegram/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/Telegram/cli_test_ru.jenkinsfile index 843e460de6..ae24e2cc2e 100644 --- a/ci/pipelines/tests_split/Telegram/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Telegram/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Telegram/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Telegram/os_deb_test_en.jenkinsfile index 120a47cb1e..d0264cc38a 100644 --- a/ci/pipelines/tests_split/Telegram/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Telegram/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Telegram/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Telegram/os_deb_test_ru.jenkinsfile index 943b99de97..4b393e7351 100644 --- a/ci/pipelines/tests_split/Telegram/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Telegram/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Telegram/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Telegram/os_rpm_test_en.jenkinsfile index cdccd16724..438b36e25f 100644 --- a/ci/pipelines/tests_split/Telegram/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Telegram/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Telegram/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Telegram/os_rpm_test_ru.jenkinsfile index 1ff99dbea8..8136413c03 100644 --- a/ci/pipelines/tests_split/Telegram/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Telegram/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Telegram/os_test_en.jenkinsfile b/ci/pipelines/tests_split/Telegram/os_test_en.jenkinsfile index bf587f25b1..576ec70f4f 100644 --- a/ci/pipelines/tests_split/Telegram/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Telegram/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Telegram/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/Telegram/os_test_ru.jenkinsfile index 9cb830c8ec..0f258a2a8f 100644 --- a/ci/pipelines/tests_split/Telegram/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Telegram/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VK/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/VK/cli_deb_test_en.jenkinsfile index b53896405d..25d97acec4 100644 --- a/ci/pipelines/tests_split/VK/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/VK/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VK/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/VK/cli_deb_test_ru.jenkinsfile index d82b844b4c..dc29580e8c 100644 --- a/ci/pipelines/tests_split/VK/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/VK/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VK/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/VK/cli_rpm_test_en.jenkinsfile index 42c228820e..b6f0f199eb 100644 --- a/ci/pipelines/tests_split/VK/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/VK/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VK/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/VK/cli_rpm_test_ru.jenkinsfile index aeb5c9ed06..5fc88ebdcb 100644 --- a/ci/pipelines/tests_split/VK/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/VK/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VK/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/VK/cli_test_en.jenkinsfile index acdbb3c016..6b60c22c25 100644 --- a/ci/pipelines/tests_split/VK/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/VK/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/VK/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/VK/cli_test_ru.jenkinsfile index 77032b39f9..decf4481fd 100644 --- a/ci/pipelines/tests_split/VK/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/VK/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/VK/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/VK/os_deb_test_en.jenkinsfile index 896fab2526..4aa30a40c2 100644 --- a/ci/pipelines/tests_split/VK/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/VK/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VK/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/VK/os_deb_test_ru.jenkinsfile index e62cb2ed06..de993ba566 100644 --- a/ci/pipelines/tests_split/VK/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/VK/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VK/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/VK/os_rpm_test_en.jenkinsfile index 34eb63ac0a..b03c584781 100644 --- a/ci/pipelines/tests_split/VK/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/VK/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VK/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/VK/os_rpm_test_ru.jenkinsfile index f38d2cd66f..3e7ab87c23 100644 --- a/ci/pipelines/tests_split/VK/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/VK/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VK/os_test_en.jenkinsfile b/ci/pipelines/tests_split/VK/os_test_en.jenkinsfile index 1310704173..a8bf6f29a5 100644 --- a/ci/pipelines/tests_split/VK/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/VK/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VK/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/VK/os_test_ru.jenkinsfile index 97b1b0f624..e81e7b0883 100644 --- a/ci/pipelines/tests_split/VK/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/VK/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Viber/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Viber/cli_deb_test_en.jenkinsfile index 08a1a8b89a..020c9d67d4 100644 --- a/ci/pipelines/tests_split/Viber/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Viber/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Viber/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Viber/cli_deb_test_ru.jenkinsfile index 6c3b374f11..234fb3d502 100644 --- a/ci/pipelines/tests_split/Viber/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Viber/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Viber/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Viber/cli_rpm_test_en.jenkinsfile index 066e146316..86c3175c79 100644 --- a/ci/pipelines/tests_split/Viber/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Viber/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Viber/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Viber/cli_rpm_test_ru.jenkinsfile index b9a195263c..a87cb84248 100644 --- a/ci/pipelines/tests_split/Viber/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Viber/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Viber/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/Viber/cli_test_en.jenkinsfile index 99db20ccf1..ce9f83f429 100644 --- a/ci/pipelines/tests_split/Viber/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Viber/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Viber/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/Viber/cli_test_ru.jenkinsfile index 0285baea13..fc5e1fb929 100644 --- a/ci/pipelines/tests_split/Viber/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Viber/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/Viber/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/Viber/os_deb_test_en.jenkinsfile index 34ec4dc62d..7b0d2a7209 100644 --- a/ci/pipelines/tests_split/Viber/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Viber/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Viber/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/Viber/os_deb_test_ru.jenkinsfile index 27da5de391..e22d8526e9 100644 --- a/ci/pipelines/tests_split/Viber/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Viber/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Viber/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/Viber/os_rpm_test_en.jenkinsfile index 7776111861..b7cb1a450d 100644 --- a/ci/pipelines/tests_split/Viber/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Viber/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Viber/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/Viber/os_rpm_test_ru.jenkinsfile index d2bb340e18..2648343163 100644 --- a/ci/pipelines/tests_split/Viber/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Viber/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Viber/os_test_en.jenkinsfile b/ci/pipelines/tests_split/Viber/os_test_en.jenkinsfile index df72dbeecd..df4b680b35 100644 --- a/ci/pipelines/tests_split/Viber/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/Viber/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/Viber/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/Viber/os_test_ru.jenkinsfile index d40c77176b..023659ef37 100644 --- a/ci/pipelines/tests_split/Viber/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/Viber/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VkTeams/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/VkTeams/cli_deb_test_en.jenkinsfile index 86ad63e348..68e835c11a 100644 --- a/ci/pipelines/tests_split/VkTeams/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/VkTeams/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VkTeams/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/VkTeams/cli_deb_test_ru.jenkinsfile index 05b608a243..0226a8e46a 100644 --- a/ci/pipelines/tests_split/VkTeams/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/VkTeams/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VkTeams/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/VkTeams/cli_rpm_test_en.jenkinsfile index cd64a3a14f..5bc64f6701 100644 --- a/ci/pipelines/tests_split/VkTeams/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/VkTeams/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VkTeams/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/VkTeams/cli_rpm_test_ru.jenkinsfile index d71279f4b5..53e050097b 100644 --- a/ci/pipelines/tests_split/VkTeams/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/VkTeams/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VkTeams/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/VkTeams/cli_test_en.jenkinsfile index 524c8459c1..699ad3d4fa 100644 --- a/ci/pipelines/tests_split/VkTeams/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/VkTeams/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/VkTeams/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/VkTeams/cli_test_ru.jenkinsfile index 0de8337a96..a7ebaf0b0f 100644 --- a/ci/pipelines/tests_split/VkTeams/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/VkTeams/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/VkTeams/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/VkTeams/os_deb_test_en.jenkinsfile index 43f36801b9..36e375367e 100644 --- a/ci/pipelines/tests_split/VkTeams/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/VkTeams/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VkTeams/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/VkTeams/os_deb_test_ru.jenkinsfile index ad1e7e9620..d85585e42a 100644 --- a/ci/pipelines/tests_split/VkTeams/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/VkTeams/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VkTeams/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/VkTeams/os_rpm_test_en.jenkinsfile index e56b235f5a..3517da82d9 100644 --- a/ci/pipelines/tests_split/VkTeams/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/VkTeams/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VkTeams/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/VkTeams/os_rpm_test_ru.jenkinsfile index 304f640ec2..12f88358c6 100644 --- a/ci/pipelines/tests_split/VkTeams/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/VkTeams/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VkTeams/os_test_en.jenkinsfile b/ci/pipelines/tests_split/VkTeams/os_test_en.jenkinsfile index 707f51f7cb..386bb44653 100644 --- a/ci/pipelines/tests_split/VkTeams/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/VkTeams/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/VkTeams/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/VkTeams/os_test_ru.jenkinsfile index 60d70685f7..84619c42de 100644 --- a/ci/pipelines/tests_split/VkTeams/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/VkTeams/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/WebSocket/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/WebSocket/cli_deb_test_en.jenkinsfile index d948a4d7f9..593016befa 100644 --- a/ci/pipelines/tests_split/WebSocket/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/WebSocket/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/WebSocket/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/WebSocket/cli_deb_test_ru.jenkinsfile index c8ec012c34..964dffdb12 100644 --- a/ci/pipelines/tests_split/WebSocket/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/WebSocket/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/WebSocket/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/WebSocket/cli_rpm_test_en.jenkinsfile index ffe0b9bdef..ba27b1719e 100644 --- a/ci/pipelines/tests_split/WebSocket/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/WebSocket/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/WebSocket/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/WebSocket/cli_rpm_test_ru.jenkinsfile index 13b11533ee..ab953b9303 100644 --- a/ci/pipelines/tests_split/WebSocket/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/WebSocket/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/WebSocket/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/WebSocket/cli_test_en.jenkinsfile index c408c79879..b25a8eb526 100644 --- a/ci/pipelines/tests_split/WebSocket/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/WebSocket/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/WebSocket/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/WebSocket/cli_test_ru.jenkinsfile index 2e0d6c4cb7..16b126857a 100644 --- a/ci/pipelines/tests_split/WebSocket/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/WebSocket/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/WebSocket/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/WebSocket/os_deb_test_en.jenkinsfile index 9dbf4bc438..33423c4f93 100644 --- a/ci/pipelines/tests_split/WebSocket/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/WebSocket/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/WebSocket/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/WebSocket/os_deb_test_ru.jenkinsfile index 88c9d82f74..65e0dcf89d 100644 --- a/ci/pipelines/tests_split/WebSocket/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/WebSocket/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/WebSocket/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/WebSocket/os_rpm_test_en.jenkinsfile index ee30b899fe..6bad0985b3 100644 --- a/ci/pipelines/tests_split/WebSocket/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/WebSocket/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/WebSocket/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/WebSocket/os_rpm_test_ru.jenkinsfile index 5bfd9000d1..b5187137d8 100644 --- a/ci/pipelines/tests_split/WebSocket/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/WebSocket/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/WebSocket/os_test_en.jenkinsfile b/ci/pipelines/tests_split/WebSocket/os_test_en.jenkinsfile index d8839b56ba..bc4fe89a9c 100644 --- a/ci/pipelines/tests_split/WebSocket/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/WebSocket/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/WebSocket/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/WebSocket/os_test_ru.jenkinsfile index 0ecab4d540..5f638b3a60 100644 --- a/ci/pipelines/tests_split/WebSocket/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/WebSocket/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexDisk/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/YandexDisk/cli_deb_test_en.jenkinsfile index b28067df07..e238a75f57 100644 --- a/ci/pipelines/tests_split/YandexDisk/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/YandexDisk/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexDisk/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/YandexDisk/cli_deb_test_ru.jenkinsfile index 804063fde8..cb39d148c7 100644 --- a/ci/pipelines/tests_split/YandexDisk/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/YandexDisk/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexDisk/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/YandexDisk/cli_rpm_test_en.jenkinsfile index 2792c0f150..1b213a3412 100644 --- a/ci/pipelines/tests_split/YandexDisk/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/YandexDisk/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexDisk/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/YandexDisk/cli_rpm_test_ru.jenkinsfile index 311da05481..a33d571959 100644 --- a/ci/pipelines/tests_split/YandexDisk/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/YandexDisk/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexDisk/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/YandexDisk/cli_test_en.jenkinsfile index 6c1ddc3743..4c47ba47a4 100644 --- a/ci/pipelines/tests_split/YandexDisk/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/YandexDisk/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/YandexDisk/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/YandexDisk/cli_test_ru.jenkinsfile index 0a25675e57..e5bacb56ba 100644 --- a/ci/pipelines/tests_split/YandexDisk/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/YandexDisk/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/YandexDisk/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/YandexDisk/os_deb_test_en.jenkinsfile index c2088c47f9..54a7664e30 100644 --- a/ci/pipelines/tests_split/YandexDisk/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/YandexDisk/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexDisk/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/YandexDisk/os_deb_test_ru.jenkinsfile index ba4aa05f6c..f9adf111e3 100644 --- a/ci/pipelines/tests_split/YandexDisk/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/YandexDisk/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexDisk/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/YandexDisk/os_rpm_test_en.jenkinsfile index 8a6935ad14..94f5d94299 100644 --- a/ci/pipelines/tests_split/YandexDisk/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/YandexDisk/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexDisk/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/YandexDisk/os_rpm_test_ru.jenkinsfile index d812148219..554c28985d 100644 --- a/ci/pipelines/tests_split/YandexDisk/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/YandexDisk/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexDisk/os_test_en.jenkinsfile b/ci/pipelines/tests_split/YandexDisk/os_test_en.jenkinsfile index d6fc4aec0e..a44aa24cb1 100644 --- a/ci/pipelines/tests_split/YandexDisk/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/YandexDisk/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexDisk/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/YandexDisk/os_test_ru.jenkinsfile index 34cf9638bc..1c03551518 100644 --- a/ci/pipelines/tests_split/YandexDisk/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/YandexDisk/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexMetrika/cli_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/YandexMetrika/cli_deb_test_en.jenkinsfile index 1b4bcfb760..016ccd46e2 100644 --- a/ci/pipelines/tests_split/YandexMetrika/cli_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/YandexMetrika/cli_deb_test_en.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_en.deb ' + sh 'wget -O oint_2.1.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_en.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_en.deb' + sh 'dpkg -i oint_2.1.0_all_en.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexMetrika/cli_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/YandexMetrika/cli_deb_test_ru.jenkinsfile index 74db0b0046..9146e8f83f 100644 --- a/ci/pipelines/tests_split/YandexMetrika/cli_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/YandexMetrika/cli_deb_test_ru.jenkinsfile @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_ru.deb ' + sh 'wget -O oint_2.1.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_ru.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_ru.deb' + sh 'dpkg -i oint_2.1.0_all_ru.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexMetrika/cli_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/YandexMetrika/cli_rpm_test_en.jenkinsfile index 6fd1644364..3316c7581d 100644 --- a/ci/pipelines/tests_split/YandexMetrika/cli_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/YandexMetrika/cli_rpm_test_en.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_en.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_en.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_en.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_en.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexMetrika/cli_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/YandexMetrika/cli_rpm_test_ru.jenkinsfile index 0df6e0b3a5..02fe6a1621 100644 --- a/ci/pipelines/tests_split/YandexMetrika/cli_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/YandexMetrika/cli_rpm_test_ru.jenkinsfile @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_ru.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_ru.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_ru.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_ru.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexMetrika/cli_test_en.jenkinsfile b/ci/pipelines/tests_split/YandexMetrika/cli_test_en.jenkinsfile index 957c900b4e..39cc6d56ab 100644 --- a/ci/pipelines/tests_split/YandexMetrika/cli_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/YandexMetrika/cli_test_en.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_en.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_en.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/YandexMetrika/cli_test_ru.jenkinsfile b/ci/pipelines/tests_split/YandexMetrika/cli_test_ru.jenkinsfile index c1011df40d..510c0ef170 100644 --- a/ci/pipelines/tests_split/YandexMetrika/cli_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/YandexMetrika/cli_test_ru.jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_ru.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_ru.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/ci/pipelines/tests_split/YandexMetrika/os_deb_test_en.jenkinsfile b/ci/pipelines/tests_split/YandexMetrika/os_deb_test_en.jenkinsfile index 8ec92d0234..ace1d2b4c9 100644 --- a/ci/pipelines/tests_split/YandexMetrika/os_deb_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/YandexMetrika/os_deb_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexMetrika/os_deb_test_ru.jenkinsfile b/ci/pipelines/tests_split/YandexMetrika/os_deb_test_ru.jenkinsfile index 9b9e74a12d..06d4f5bf0d 100644 --- a/ci/pipelines/tests_split/YandexMetrika/os_deb_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/YandexMetrika/os_deb_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexMetrika/os_rpm_test_en.jenkinsfile b/ci/pipelines/tests_split/YandexMetrika/os_rpm_test_en.jenkinsfile index 0800f82107..c2e9c04614 100644 --- a/ci/pipelines/tests_split/YandexMetrika/os_rpm_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/YandexMetrika/os_rpm_test_en.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/en/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/en/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexMetrika/os_rpm_test_ru.jenkinsfile b/ci/pipelines/tests_split/YandexMetrika/os_rpm_test_ru.jenkinsfile index 09b9c11225..004f739ee5 100644 --- a/ci/pipelines/tests_split/YandexMetrika/os_rpm_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/YandexMetrika/os_rpm_test_ru.jenkinsfile @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/ru/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/ru/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexMetrika/os_test_en.jenkinsfile b/ci/pipelines/tests_split/YandexMetrika/os_test_en.jenkinsfile index 682f104874..e728c6539a 100644 --- a/ci/pipelines/tests_split/YandexMetrika/os_test_en.jenkinsfile +++ b/ci/pipelines/tests_split/YandexMetrika/os_test_en.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/ci/pipelines/tests_split/YandexMetrika/os_test_ru.jenkinsfile b/ci/pipelines/tests_split/YandexMetrika/os_test_ru.jenkinsfile index 6c59351ac5..8b36e60163 100644 --- a/ci/pipelines/tests_split/YandexMetrika/os_test_ru.jenkinsfile +++ b/ci/pipelines/tests_split/YandexMetrika/os_test_ru.jenkinsfile @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' } diff --git a/docs/docusaurus/src/pages/download.js b/docs/docusaurus/src/pages/download.js index f6bc994da6..3dd92d45b4 100644 --- a/docs/docusaurus/src/pages/download.js +++ b/docs/docusaurus/src/pages/download.js @@ -15,30 +15,30 @@ const cliInstallByOs = [ { os: 'Debian / Ubuntu', commands: { - ru: `wget https://github.com/Bayselonarrend/OpenIntegrations/releases/download/2.0.0/oint_2.0.0_all_ru.deb -sudo apt install -y ./oint_2.0.0_all_ru.deb`, - en: `wget https://github.com/Bayselonarrend/OpenIntegrations/releases/download/2.0.0/oint_2.0.0_all_en.deb -sudo apt install -y ./oint_2.0.0_all_en.deb`, + ru: `wget https://github.com/Bayselonarrend/OpenIntegrations/releases/download/2.1.0/oint_2.1.0_all_ru.deb +sudo apt install -y ./oint_2.1.0_all_ru.deb`, + en: `wget https://github.com/Bayselonarrend/OpenIntegrations/releases/download/2.1.0/oint_2.1.0_all_en.deb +sudo apt install -y ./oint_2.1.0_all_en.deb`, }, }, { os: 'Fedora / RHEL', commands: { - ru: `wget https://github.com/Bayselonarrend/OpenIntegrations/releases/download/2.0.0/oint-2.0.0-1.noarch_ru.rpm -sudo rpm -i oint-2.0.0-1.noarch_ru.rpm`, - en: `wget https://github.com/Bayselonarrend/OpenIntegrations/releases/download/2.0.0/oint-2.0.0-1.noarch_en.rpm -sudo rpm -i oint-2.0.0-1.noarch_en.rpm`, + ru: `wget https://github.com/Bayselonarrend/OpenIntegrations/releases/download/2.1.0/oint-2.1.0-1.noarch_ru.rpm +sudo rpm -i oint-2.1.0-1.noarch_ru.rpm`, + en: `wget https://github.com/Bayselonarrend/OpenIntegrations/releases/download/2.1.0/oint-2.1.0-1.noarch_en.rpm +sudo rpm -i oint-2.1.0-1.noarch_en.rpm`, }, }, { os: 'Linux (AppImage)', commands: { - ru: `wget https://github.com/Bayselonarrend/OpenIntegrations/releases/download/2.0.0/oint-2.0.0_ru-x86_64.AppImage -chmod +x ./oint-2.0.0_ru-x86_64.AppImage -./oint-2.0.0_ru-x86_64.AppImage`, - en: `wget https://github.com/Bayselonarrend/OpenIntegrations/releases/download/2.0.0/oint-2.0.0_en-x86_64.AppImage -chmod +x ./oint-2.0.0_en-x86_64.AppImage -./oint-2.0.0_en-x86_64.AppImage`, + ru: `wget https://github.com/Bayselonarrend/OpenIntegrations/releases/download/2.1.0/oint-2.1.0_ru-x86_64.AppImage +chmod +x ./oint-2.1.0_ru-x86_64.AppImage +./oint-2.1.0_ru-x86_64.AppImage`, + en: `wget https://github.com/Bayselonarrend/OpenIntegrations/releases/download/2.1.0/oint-2.1.0_en-x86_64.AppImage +chmod +x ./oint-2.1.0_en-x86_64.AppImage +./oint-2.1.0_en-x86_64.AppImage`, }, }, ]; @@ -56,16 +56,16 @@ const DownloadPage = () => { { name: 'CFE (расширение)', files: { - ru: 'OpenIntegrations_2.0.0_ru.cfe', - en: 'OpenIntegrations_2.0.0_en.cfe', + ru: 'OpenIntegrations_2.1.0_ru.cfe', + en: 'OpenIntegrations_2.1.0_en.cfe', }, desc: 'Файл расширения 1С в формате .cfe', }, { name: 'CF (конфигурация)', files: { - ru: 'OpenIntegrations_2.0.0_ru.cf', - en: 'OpenIntegrations_2.0.0_en.cf', + ru: 'OpenIntegrations_2.1.0_ru.cf', + en: 'OpenIntegrations_2.1.0_en.cf', }, desc: 'Файл конфигурации 1С в формате .cf', }, @@ -93,16 +93,16 @@ const DownloadPage = () => { { name: 'Пакет oint (.ospx)', files: { - ru: 'oint-2.0.0_ru.ospx', - en: 'oint-2.0.0_en.ospx', + ru: 'oint-2.1.0_ru.ospx', + en: 'oint-2.1.0_en.ospx', }, desc: 'Пакет библиотеки для OneScript', }, { name: 'Пакет oint-cli (.ospx)', files: { - ru: 'oint-cli-2.0.0_ru.ospx', - en: 'oint-cli-2.0.0_en.ospx', + ru: 'oint-cli-2.1.0_ru.ospx', + en: 'oint-cli-2.1.0_en.ospx', }, desc: 'Пакет CLI-приложения для OneScript', }, @@ -114,32 +114,32 @@ const DownloadPage = () => { { name: 'Windows Installer', files: { - ru: 'oint_2.0.0_installer_ru.exe', - en: 'oint_2.0.0_installer_en.exe', + ru: 'oint_2.1.0_installer_ru.exe', + en: 'oint_2.1.0_installer_en.exe', }, desc: 'Windows установщик CLI приложения с аддоном Melezh', }, { name: 'Debian / Ubuntu (.deb)', files: { - ru: 'oint_2.0.0_all_ru.deb', - en: 'oint_2.0.0_all_en.deb', + ru: 'oint_2.1.0_all_ru.deb', + en: 'oint_2.1.0_all_en.deb', }, desc: 'Пакет CLI приложения для систем на базе Debian', }, { name: 'Fedora / RHEL (.rpm)', files: { - ru: 'oint-2.0.0-1.noarch_ru.rpm', - en: 'oint-2.0.0-1.noarch_en.rpm', + ru: 'oint-2.1.0-1.noarch_ru.rpm', + en: 'oint-2.1.0-1.noarch_en.rpm', }, desc: 'Пакет CLI приложения для систем на базе RHEL', }, { name: 'Linux (.AppImage)', files: { - ru: 'oint-2.0.0_ru-x86_64.AppImage', - en: 'oint-2.0.0_en-x86_64.AppImage', + ru: 'oint-2.1.0_ru-x86_64.AppImage', + en: 'oint-2.1.0_en-x86_64.AppImage', }, desc: 'Единый исполняемый файл CLI формата AppImage', }, @@ -201,7 +201,7 @@ const DownloadPage = () => { Скачать последнюю версию

- Текущая версия: 2.0.0 | Выберите подходящий язык и вариант поставки + Текущая версия: 2.1.0 | Выберите подходящий язык и вариант поставки

diff --git a/docs/docusaurus/src/pages/index.js b/docs/docusaurus/src/pages/index.js index f8da98ec76..95f15f0e59 100644 --- a/docs/docusaurus/src/pages/index.js +++ b/docs/docusaurus/src/pages/index.js @@ -8,7 +8,7 @@ import AlternatingFeatures from '@site/src/components/AlternatingFeatures'; import Heading from '@theme/Heading'; import styles from './index.module.css'; -const currentVersion = '2.0.0'; +const currentVersion = '2.1.0'; const FallingIcons = () => { const { iconList } = usePluginData('api-icons-plugin'); diff --git a/service/iss/en.iss b/service/iss/en.iss index 08dac31a06..392f54dc1a 100644 --- a/service/iss/en.iss +++ b/service/iss/en.iss @@ -1,5 +1,5 @@ #define MyAppName "OInt" -#define MyAppVersion "2.0.0" +#define MyAppVersion "2.1.0" #define MyAppPublisher "bayselonarrend" #define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations" #define MyAppExeName "oint.bat" diff --git a/service/iss/ru.iss b/service/iss/ru.iss index 7695c7566d..a232f4f3c7 100644 --- a/service/iss/ru.iss +++ b/service/iss/ru.iss @@ -1,5 +1,5 @@ #define MyAppName "OInt" -#define MyAppVersion "2.0.0" +#define MyAppVersion "2.1.0" #define MyAppPublisher "bayselonarrend" #define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations" #define MyAppExeName "oint.bat" diff --git a/service/templates/jenkins/cli_test_deb.txt b/service/templates/jenkins/cli_test_deb.txt index 6af5691f4f..5e7c62e593 100644 --- a/service/templates/jenkins/cli_test_deb.txt +++ b/service/templates/jenkins/cli_test_deb.txt @@ -35,7 +35,7 @@ pipeline { steps { script { // Скачиваем новый deb-пакет oint - sh 'wget -O oint_2.0.0_all_%1.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_all_%1.deb ' + sh 'wget -O oint_2.1.0_all_%1.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_all_%1.deb ' } } } @@ -43,14 +43,14 @@ pipeline { stage('Install oint package') { steps { script { - sh 'dpkg -i oint_2.0.0_all_%1.deb' + sh 'dpkg -i oint_2.1.0_all_%1.deb' } } } stage('Prepare'){ steps{ - sh 'cd ./src/%1/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/%1/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/service/templates/jenkins/cli_test_rpm.txt b/service/templates/jenkins/cli_test_rpm.txt index f8f27e4e13..409a547919 100644 --- a/service/templates/jenkins/cli_test_rpm.txt +++ b/service/templates/jenkins/cli_test_rpm.txt @@ -34,7 +34,7 @@ pipeline { steps { script { // Скачиваем новый rpm-пакет oint - sh 'wget -O oint-2.0.0-1.noarch_%1.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint-2.0.0-1.noarch_%1.rpm ' + sh 'wget -O oint-2.1.0-1.noarch_%1.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint-2.1.0-1.noarch_%1.rpm ' } } } @@ -43,14 +43,14 @@ pipeline { steps { script { // Устанавливаем скаченный пакет - sh 'rpm -ivh --replacepkgs oint-2.0.0-1.noarch_%1.rpm' + sh 'rpm -ivh --replacepkgs oint-2.1.0-1.noarch_%1.rpm' } } } stage('Prepare'){ steps{ - sh 'cd ./src/%1/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/%1/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/service/templates/jenkins/cli_test_windows.txt b/service/templates/jenkins/cli_test_windows.txt index 17b6c73ddd..536d199c1a 100644 --- a/service/templates/jenkins/cli_test_windows.txt +++ b/service/templates/jenkins/cli_test_windows.txt @@ -23,7 +23,7 @@ pipeline { stage('Decrypt Data') { steps { - powershell encoding: 'UTF-8', script:'cd ./src/%1/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/%1/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%%GPGKEY%%" --output ./data.json ./data.json.gpg' } @@ -90,7 +90,7 @@ pipeline { stage('Download Installer') { steps { powershell encoding: 'UTF-8', script: ''' - $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.0.0/oint_2.0.0_installer_%1.exe " + $url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/2.1.0/oint_2.1.0_installer_%1.exe " $output = "$env:USERPROFILE\\Downloads\\oint_installer.exe" Invoke-WebRequest -Uri $url -OutFile $output Write-Host "Инсталлер скачан в: $output" diff --git a/service/templates/jenkins/os_test_linux.txt b/service/templates/jenkins/os_test_linux.txt index 8da49a7f0a..62bb6b4b3f 100644 --- a/service/templates/jenkins/os_test_linux.txt +++ b/service/templates/jenkins/os_test_linux.txt @@ -60,7 +60,7 @@ pipeline { stage('Prepare'){ steps{ - sh 'cd ./src/%1/OInt && opm build && opm install oint-2.0.0.ospx && rm oint-2.0.0.ospx' + sh 'cd ./src/%1/OInt && opm build && opm install oint-2.1.0.ospx && rm oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg' } diff --git a/service/templates/jenkins/os_test_windows.txt b/service/templates/jenkins/os_test_windows.txt index 5eef71c0e8..bd13bcc13c 100644 --- a/service/templates/jenkins/os_test_windows.txt +++ b/service/templates/jenkins/os_test_windows.txt @@ -57,7 +57,7 @@ pipeline { } stage('Build OInt from source and decrypt secret data'){ steps{ - powershell encoding: 'UTF-8', script:'cd ./src/%1/OInt; opm build; opm install oint-2.0.0.ospx; del oint-2.0.0.ospx' + powershell encoding: 'UTF-8', script:'cd ./src/%1/OInt; opm build; opm install oint-2.1.0.ospx; del oint-2.1.0.ospx' withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { bat encoding: 'UTF-8', script:'gpg --quiet --batch --yes --decrypt --passphrase="%%GPGKEY%%" --output ./data.json ./data.json.gpg' } diff --git a/src/addins/commons/common-binary/Cargo.toml b/src/addins/commons/common-binary/Cargo.toml index 4036d6f4a6..ad0609c874 100644 --- a/src/addins/commons/common-binary/Cargo.toml +++ b/src/addins/commons/common-binary/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common-binary" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/commons/common-core-macros/Cargo.toml b/src/addins/commons/common-core-macros/Cargo.toml index 51b5c67851..32690cc469 100644 --- a/src/addins/commons/common-core-macros/Cargo.toml +++ b/src/addins/commons/common-core-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common-core-macros" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/commons/common-core/Cargo.toml b/src/addins/commons/common-core/Cargo.toml index 1283a43dbd..c42b384986 100644 --- a/src/addins/commons/common-core/Cargo.toml +++ b/src/addins/commons/common-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common-core" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/commons/common-dataset/Cargo.toml b/src/addins/commons/common-dataset/Cargo.toml index 510acfa2da..415b52535c 100644 --- a/src/addins/commons/common-dataset/Cargo.toml +++ b/src/addins/commons/common-dataset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common-dataset" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/commons/common-logs/Cargo.toml b/src/addins/commons/common-logs/Cargo.toml index 65bf58a18f..f8549b6bc6 100644 --- a/src/addins/commons/common-logs/Cargo.toml +++ b/src/addins/commons/common-logs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common-logs" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/commons/common-server/Cargo.toml b/src/addins/commons/common-server/Cargo.toml index 9f9fba9e27..8f5226b952 100644 --- a/src/addins/commons/common-server/Cargo.toml +++ b/src/addins/commons/common-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common-server" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/commons/common-tcp/Cargo.toml b/src/addins/commons/common-tcp/Cargo.toml index 86a6e8c47e..d27a868370 100644 --- a/src/addins/commons/common-tcp/Cargo.toml +++ b/src/addins/commons/common-tcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common-tcp" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/commons/common-utils/Cargo.toml b/src/addins/commons/common-utils/Cargo.toml index 81a7325249..d4b6f40e96 100644 --- a/src/addins/commons/common-utils/Cargo.toml +++ b/src/addins/commons/common-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common-utils" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/crypto/Cargo.toml b/src/addins/crypto/Cargo.toml index ef9336c37d..ea9f0c4f3a 100644 --- a/src/addins/crypto/Cargo.toml +++ b/src/addins/crypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_crypto" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/ftp/Cargo.toml b/src/addins/ftp/Cargo.toml index 33070d66de..ff7917e454 100644 --- a/src/addins/ftp/Cargo.toml +++ b/src/addins/ftp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_ftp" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/grpc/Cargo.toml b/src/addins/grpc/Cargo.toml index f6b1cee1c3..9a54f47510 100644 --- a/src/addins/grpc/Cargo.toml +++ b/src/addins/grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_grpc" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/http_server/Cargo.toml b/src/addins/http_server/Cargo.toml index 369693d2f3..eb3ae7b548 100644 --- a/src/addins/http_server/Cargo.toml +++ b/src/addins/http_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_httpserver" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/mongodb/Cargo.toml b/src/addins/mongodb/Cargo.toml index 194b1bb8e2..8d095c7cf2 100644 --- a/src/addins/mongodb/Cargo.toml +++ b/src/addins/mongodb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_mongodb" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/mssql/Cargo.lock b/src/addins/mssql/Cargo.lock index 8758fa8373..b8d6d255cc 100644 --- a/src/addins/mssql/Cargo.lock +++ b/src/addins/mssql/Cargo.lock @@ -429,7 +429,7 @@ dependencies = [ [[package]] name = "funty" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" diff --git a/src/addins/mssql/Cargo.toml b/src/addins/mssql/Cargo.toml index 6376ad25f5..2e981251d8 100644 --- a/src/addins/mssql/Cargo.toml +++ b/src/addins/mssql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_mssql" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/mysql/Cargo.toml b/src/addins/mysql/Cargo.toml index 56c7e05df5..0ee41ad1e7 100644 --- a/src/addins/mysql/Cargo.toml +++ b/src/addins/mysql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_mysql" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/postgres/Cargo.toml b/src/addins/postgres/Cargo.toml index 7921edacce..5d5094a0f2 100644 --- a/src/addins/postgres/Cargo.toml +++ b/src/addins/postgres/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_postgres" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/rcon/Cargo.toml b/src/addins/rcon/Cargo.toml index 2b82c36549..fcb6cec811 100644 --- a/src/addins/rcon/Cargo.toml +++ b/src/addins/rcon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_rcon" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/sqlite/Cargo.toml b/src/addins/sqlite/Cargo.toml index 226f1a2a6c..db80788dc3 100644 --- a/src/addins/sqlite/Cargo.toml +++ b/src/addins/sqlite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_sqlite" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/ssh/Cargo.toml b/src/addins/ssh/Cargo.toml index 2674be4d41..2012f31c5f 100644 --- a/src/addins/ssh/Cargo.toml +++ b/src/addins/ssh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_ssh" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/tcp_client/Cargo.toml b/src/addins/tcp_client/Cargo.toml index 3a1583fdb8..67eef46aff 100644 --- a/src/addins/tcp_client/Cargo.toml +++ b/src/addins/tcp_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_tcpclient" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/tcp_server/Cargo.toml b/src/addins/tcp_server/Cargo.toml index 71a862f6ef..c8a26c735e 100644 --- a/src/addins/tcp_server/Cargo.toml +++ b/src/addins/tcp_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_tcpserver" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/ws_client/Cargo.toml b/src/addins/ws_client/Cargo.toml index ce483c98a2..3274e72822 100644 --- a/src/addins/ws_client/Cargo.toml +++ b/src/addins/ws_client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_wsclient" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/addins/ws_server/Cargo.toml b/src/addins/ws_server/Cargo.toml index 4d44c79ec8..73715b5391 100644 --- a/src/addins/ws_server/Cargo.toml +++ b/src/addins/ws_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opi_wsserver" -version = "2.0.0" +version = "2.1.0" license = "MIT" edition = "2021" diff --git a/src/en/BSL/OpenIntegrations/src/CommonModules/OPI_Tools/Module.bsl b/src/en/BSL/OpenIntegrations/src/CommonModules/OPI_Tools/Module.bsl index 78d9a5efd6..af82a5fec1 100644 --- a/src/en/BSL/OpenIntegrations/src/CommonModules/OPI_Tools/Module.bsl +++ b/src/en/BSL/OpenIntegrations/src/CommonModules/OPI_Tools/Module.bsl @@ -1135,7 +1135,7 @@ Function GetLastBuildHashSum() Export EndFunction Function OPIVersion() Export - Return "2.0.0"; + Return "2.1.0"; EndFunction Function OPILanguage() Export diff --git a/src/en/BSL/OpenIntegrations/src/Configuration/Configuration.mdo b/src/en/BSL/OpenIntegrations/src/Configuration/Configuration.mdo index 450a4590b3..a20d4eee4c 100644 --- a/src/en/BSL/OpenIntegrations/src/Configuration/Configuration.mdo +++ b/src/en/BSL/OpenIntegrations/src/Configuration/Configuration.mdo @@ -27,7 +27,7 @@ PersonalComputer English https://github.com/Bayselonarrend - 2.0.0 + 2.1.0 en The Open Integration Package is a set of libraries for integrating with some popular APIs for 1C:Enterprise. It consists of common modules, each responsible for its own API, as well as several shared tool modules.. diff --git a/src/en/OInt/packagedef b/src/en/OInt/packagedef index 06c7bb97ba..7c20318256 100644 --- a/src/en/OInt/packagedef +++ b/src/en/OInt/packagedef @@ -1,5 +1,5 @@ Описание.Имя("oint") - .Версия("2.0.0") + .Версия("2.1.0") .Автор("bayselonarrend") .АдресАвтора("bayselonarrend@gmail.com") .Описание("Открытый пакет интеграций с популярными API") diff --git a/src/en/OInt/tools/main/Modules/internal/Modules/OPI_Tools.os b/src/en/OInt/tools/main/Modules/internal/Modules/OPI_Tools.os index 1d7707326a..64e1e05bde 100644 --- a/src/en/OInt/tools/main/Modules/internal/Modules/OPI_Tools.os +++ b/src/en/OInt/tools/main/Modules/internal/Modules/OPI_Tools.os @@ -1133,7 +1133,7 @@ Function GetLastBuildHashSum() Export EndFunction Function OPIVersion() Export - Return "2.0.0"; + Return "2.1.0"; EndFunction Function OPILanguage() Export diff --git a/src/en/cli/data/Classes/index/lib.json b/src/en/cli/data/Classes/index/lib.json index 0f67932a35..ade39fcf11 100644 --- a/src/en/cli/data/Classes/index/lib.json +++ b/src/en/cli/data/Classes/index/lib.json @@ -1,5 +1,5 @@ { - "version": "2.0.0", + "version": "2.1.0", "modules": { "mcp": "MCP", "tools": "Utils", diff --git a/src/en/cli/packagedef b/src/en/cli/packagedef index 7a191960a2..2d0f7e909b 100644 --- a/src/en/cli/packagedef +++ b/src/en/cli/packagedef @@ -1,5 +1,5 @@ Описание.Имя("oint-cli") - .Версия("2.0.0") + .Версия("2.1.0") .Автор("bayselonarrend") .АдресАвтора("bayselonarrend@gmail.com") .Описание("OpenIntegrations-based CLI tool") @@ -11,5 +11,5 @@ .ВключитьФайл("env") .ВключитьФайл("lib.config") .ВключитьФайл(".versionhash") - .ЗависитОт("oint", "2.0.0") + .ЗависитОт("oint", "2.1.0") .ИсполняемыйФайл("core/Classes/app.os", "oint") diff --git a/src/en/cli/tools/Modules/MCP.os b/src/en/cli/tools/Modules/MCP.os index 8e24b716f8..ec5aa85c02 100644 --- a/src/en/cli/tools/Modules/MCP.os +++ b/src/en/cli/tools/Modules/MCP.os @@ -195,7 +195,7 @@ Function ProcessInitialize(Val Data) Result = New Structure; Result.Insert("protocolVersion", Data["params"]["protocolVersion"]); Result.Insert("capabilities" , New Structure("tools", New Structure)); - Result.Insert("serverInfo" , New Structure("name,version", "oint-mcp-server", "2.0.0")); + Result.Insert("serverInfo" , New Structure("name,version", "oint-mcp-server", "2.1.0")); Response.Insert("result", Result); diff --git a/src/ru/BSL/OpenIntegrations/src/CommonModules/OPI_Инструменты/Module.bsl b/src/ru/BSL/OpenIntegrations/src/CommonModules/OPI_Инструменты/Module.bsl index 34e6f074b8..85a5b33d21 100644 --- a/src/ru/BSL/OpenIntegrations/src/CommonModules/OPI_Инструменты/Module.bsl +++ b/src/ru/BSL/OpenIntegrations/src/CommonModules/OPI_Инструменты/Module.bsl @@ -1135,7 +1135,7 @@ КонецФункции Функция ВерсияОПИ() Экспорт - Возврат "2.0.0"; + Возврат "2.1.0"; КонецФункции Функция ЯзыкОПИ() Экспорт diff --git a/src/ru/BSL/OpenIntegrations/src/Configuration/Configuration.mdo b/src/ru/BSL/OpenIntegrations/src/Configuration/Configuration.mdo index a7dc9399b8..d2db5ce334 100644 --- a/src/ru/BSL/OpenIntegrations/src/Configuration/Configuration.mdo +++ b/src/ru/BSL/OpenIntegrations/src/Configuration/Configuration.mdo @@ -27,7 +27,7 @@ PersonalComputer Russian https://github.com/Bayselonarrend - 2.0.0 + 2.1.0 ru Открытый пакет интеграций - набор библиотек для интеграции с некоторыми популярными API для 1C:Enterprise. Он состоит из общих модулей, каждый из которых отвечает за свой API, а также нескольких модулей-инструментов, общих для всех. diff --git a/src/ru/OInt/packagedef b/src/ru/OInt/packagedef index 06c7bb97ba..7c20318256 100644 --- a/src/ru/OInt/packagedef +++ b/src/ru/OInt/packagedef @@ -1,5 +1,5 @@ Описание.Имя("oint") - .Версия("2.0.0") + .Версия("2.1.0") .Автор("bayselonarrend") .АдресАвтора("bayselonarrend@gmail.com") .Описание("Открытый пакет интеграций с популярными API") diff --git a/src/ru/OInt/tools/main/Modules/internal/Modules/OPI_Инструменты.os b/src/ru/OInt/tools/main/Modules/internal/Modules/OPI_Инструменты.os index c010d46ac4..2c38d4b52f 100644 --- a/src/ru/OInt/tools/main/Modules/internal/Modules/OPI_Инструменты.os +++ b/src/ru/OInt/tools/main/Modules/internal/Modules/OPI_Инструменты.os @@ -1133,7 +1133,7 @@ КонецФункции Функция ВерсияОПИ() Экспорт - Возврат "2.0.0"; + Возврат "2.1.0"; КонецФункции Функция ЯзыкОПИ() Экспорт diff --git a/src/ru/cli/data/Classes/index/lib.json b/src/ru/cli/data/Classes/index/lib.json index 0f67932a35..ade39fcf11 100644 --- a/src/ru/cli/data/Classes/index/lib.json +++ b/src/ru/cli/data/Classes/index/lib.json @@ -1,5 +1,5 @@ { - "version": "2.0.0", + "version": "2.1.0", "modules": { "mcp": "MCP", "tools": "Utils", diff --git a/src/ru/cli/packagedef b/src/ru/cli/packagedef index 7a191960a2..2d0f7e909b 100644 --- a/src/ru/cli/packagedef +++ b/src/ru/cli/packagedef @@ -1,5 +1,5 @@ Описание.Имя("oint-cli") - .Версия("2.0.0") + .Версия("2.1.0") .Автор("bayselonarrend") .АдресАвтора("bayselonarrend@gmail.com") .Описание("OpenIntegrations-based CLI tool") @@ -11,5 +11,5 @@ .ВключитьФайл("env") .ВключитьФайл("lib.config") .ВключитьФайл(".versionhash") - .ЗависитОт("oint", "2.0.0") + .ЗависитОт("oint", "2.1.0") .ИсполняемыйФайл("core/Classes/app.os", "oint") diff --git a/src/ru/cli/tools/Modules/MCP.os b/src/ru/cli/tools/Modules/MCP.os index b1db7b0659..0aa7497d3d 100644 --- a/src/ru/cli/tools/Modules/MCP.os +++ b/src/ru/cli/tools/Modules/MCP.os @@ -195,7 +195,7 @@ Результат = Новый Структура; Результат.Вставить("protocolVersion", Данные["params"]["protocolVersion"]); Результат.Вставить("capabilities" , Новый Структура("tools", Новый Структура)); - Результат.Вставить("serverInfo" , Новый Структура("name,version", "oint-mcp-server", "2.0.0")); + Результат.Вставить("serverInfo" , Новый Структура("name,version", "oint-mcp-server", "2.1.0")); Ответ.Вставить("result", Результат);