You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-28 00:13:46 +02:00
Поднят номер версии
This commit is contained in:
6
ci/split_tests/MySQL/cli_deb_test_en
vendored
6
ci/split_tests/MySQL/cli_deb_test_en
vendored
@@ -35,7 +35,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
// Скачиваем новый deb-пакет oint
|
||||
sh 'wget -O oint_1.28.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/1.28.0/oint_1.28.0_all_en.deb '
|
||||
sh 'wget -O oint_1.29.0_all_en.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/1.29.0/oint_1.29.0_all_en.deb '
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -43,14 +43,14 @@ pipeline {
|
||||
stage('Install oint package') {
|
||||
steps {
|
||||
script {
|
||||
sh 'dpkg -i oint_1.28.0_all_en.deb'
|
||||
sh 'dpkg -i oint_1.29.0_all_en.deb'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.28.0.ospx && rm oint-1.28.0.ospx'
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
|
||||
6
ci/split_tests/MySQL/cli_deb_test_ru
vendored
6
ci/split_tests/MySQL/cli_deb_test_ru
vendored
@@ -35,7 +35,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
// Скачиваем новый deb-пакет oint
|
||||
sh 'wget -O oint_1.28.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/1.28.0/oint_1.28.0_all_ru.deb '
|
||||
sh 'wget -O oint_1.29.0_all_ru.deb https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/1.29.0/oint_1.29.0_all_ru.deb '
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -43,14 +43,14 @@ pipeline {
|
||||
stage('Install oint package') {
|
||||
steps {
|
||||
script {
|
||||
sh 'dpkg -i oint_1.28.0_all_ru.deb'
|
||||
sh 'dpkg -i oint_1.29.0_all_ru.deb'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.28.0.ospx && rm oint-1.28.0.ospx'
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
|
||||
6
ci/split_tests/MySQL/cli_rpm_test_en
vendored
6
ci/split_tests/MySQL/cli_rpm_test_en
vendored
@@ -34,7 +34,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
// Скачиваем новый rpm-пакет oint
|
||||
sh 'wget -O oint-1.28.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/1.28.0/oint-1.28.0-1.noarch_en.rpm '
|
||||
sh 'wget -O oint-1.29.0-1.noarch_en.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/1.29.0/oint-1.29.0-1.noarch_en.rpm '
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -43,14 +43,14 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
// Устанавливаем скаченный пакет
|
||||
sh 'rpm -ivh --replacepkgs oint-1.28.0-1.noarch_en.rpm'
|
||||
sh 'rpm -ivh --replacepkgs oint-1.29.0-1.noarch_en.rpm'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.28.0.ospx && rm oint-1.28.0.ospx'
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
|
||||
6
ci/split_tests/MySQL/cli_rpm_test_ru
vendored
6
ci/split_tests/MySQL/cli_rpm_test_ru
vendored
@@ -34,7 +34,7 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
// Скачиваем новый rpm-пакет oint
|
||||
sh 'wget -O oint-1.28.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/1.28.0/oint-1.28.0-1.noarch_ru.rpm '
|
||||
sh 'wget -O oint-1.29.0-1.noarch_ru.rpm https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/1.29.0/oint-1.29.0-1.noarch_ru.rpm '
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -43,14 +43,14 @@ pipeline {
|
||||
steps {
|
||||
script {
|
||||
// Устанавливаем скаченный пакет
|
||||
sh 'rpm -ivh --replacepkgs oint-1.28.0-1.noarch_ru.rpm'
|
||||
sh 'rpm -ivh --replacepkgs oint-1.29.0-1.noarch_ru.rpm'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.28.0.ospx && rm oint-1.28.0.ospx'
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
|
||||
4
ci/split_tests/MySQL/cli_test_en
vendored
4
ci/split_tests/MySQL/cli_test_en
vendored
@@ -23,7 +23,7 @@ pipeline {
|
||||
|
||||
stage('Decrypt Data') {
|
||||
steps {
|
||||
powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.28.0.ospx; del oint-1.28.0.ospx'
|
||||
powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.29.0.ospx; del oint-1.29.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/1.28.0/oint_1.28.0_installer_en.exe "
|
||||
$url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/1.29.0/oint_1.29.0_installer_en.exe "
|
||||
$output = "$env:USERPROFILE\\Downloads\\oint_installer.exe"
|
||||
Invoke-WebRequest -Uri $url -OutFile $output
|
||||
Write-Host "Инсталлер скачан в: $output"
|
||||
|
||||
4
ci/split_tests/MySQL/cli_test_ru
vendored
4
ci/split_tests/MySQL/cli_test_ru
vendored
@@ -23,7 +23,7 @@ pipeline {
|
||||
|
||||
stage('Decrypt Data') {
|
||||
steps {
|
||||
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.28.0.ospx; del oint-1.28.0.ospx'
|
||||
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.29.0.ospx; del oint-1.29.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/1.28.0/oint_1.28.0_installer_ru.exe "
|
||||
$url = "https://jenkins.openintegrations.dev/job/OpiBuild/job/OpiRelease/lastSuccessfulBuild/artifact/1.29.0/oint_1.29.0_installer_ru.exe "
|
||||
$output = "$env:USERPROFILE\\Downloads\\oint_installer.exe"
|
||||
Invoke-WebRequest -Uri $url -OutFile $output
|
||||
Write-Host "Инсталлер скачан в: $output"
|
||||
|
||||
2
ci/split_tests/MySQL/os_deb_test_en
vendored
2
ci/split_tests/MySQL/os_deb_test_en
vendored
@@ -60,7 +60,7 @@ pipeline {
|
||||
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.28.0.ospx && rm oint-1.28.0.ospx'
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
|
||||
2
ci/split_tests/MySQL/os_deb_test_ru
vendored
2
ci/split_tests/MySQL/os_deb_test_ru
vendored
@@ -60,7 +60,7 @@ pipeline {
|
||||
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.28.0.ospx && rm oint-1.28.0.ospx'
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
|
||||
2
ci/split_tests/MySQL/os_rpm_test_en
vendored
2
ci/split_tests/MySQL/os_rpm_test_en
vendored
@@ -60,7 +60,7 @@ pipeline {
|
||||
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.28.0.ospx && rm oint-1.28.0.ospx'
|
||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
|
||||
2
ci/split_tests/MySQL/os_rpm_test_ru
vendored
2
ci/split_tests/MySQL/os_rpm_test_ru
vendored
@@ -60,7 +60,7 @@ pipeline {
|
||||
|
||||
stage('Prepare'){
|
||||
steps{
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.28.0.ospx && rm oint-1.28.0.ospx'
|
||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
||||
}
|
||||
|
||||
2
ci/split_tests/MySQL/os_test_en
vendored
2
ci/split_tests/MySQL/os_test_en
vendored
@@ -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-1.28.0.ospx; del oint-1.28.0.ospx'
|
||||
powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.29.0.ospx; del oint-1.29.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'
|
||||
}
|
||||
|
||||
2
ci/split_tests/MySQL/os_test_ru
vendored
2
ci/split_tests/MySQL/os_test_ru
vendored
@@ -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-1.28.0.ospx; del oint-1.28.0.ospx'
|
||||
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.29.0.ospx; del oint-1.29.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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user