You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-13 23:36:04 +02:00
Main build (Jenkins)
This commit is contained in:
4
ci/split_tests/MySQL/cli_deb_test_en
vendored
4
ci/split_tests/MySQL/cli_deb_test_en
vendored
@@ -68,6 +68,9 @@ pipeline {
|
||||
post{
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||
@@ -81,7 +84,6 @@ pipeline {
|
||||
sh 'git commit -m "Test data update (Jenkins)"'
|
||||
sh "git push origin HEAD:main"
|
||||
}
|
||||
sh 'oscript ./ci/os/rp_stop.os'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
ci/split_tests/MySQL/cli_deb_test_ru
vendored
4
ci/split_tests/MySQL/cli_deb_test_ru
vendored
@@ -68,6 +68,9 @@ pipeline {
|
||||
post{
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||
@@ -81,7 +84,6 @@ pipeline {
|
||||
sh 'git commit -m "Test data update (Jenkins)"'
|
||||
sh "git push origin HEAD:main"
|
||||
}
|
||||
sh 'oscript ./ci/os/rp_stop.os'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
ci/split_tests/MySQL/cli_rpm_test_en
vendored
4
ci/split_tests/MySQL/cli_rpm_test_en
vendored
@@ -67,6 +67,9 @@ pipeline {
|
||||
post{
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||
@@ -80,7 +83,6 @@ pipeline {
|
||||
sh 'git commit -m "Test data update (Jenkins)"'
|
||||
sh "git push origin HEAD:main"
|
||||
}
|
||||
sh 'oscript ./ci/os/rp_stop.os'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
ci/split_tests/MySQL/cli_rpm_test_ru
vendored
4
ci/split_tests/MySQL/cli_rpm_test_ru
vendored
@@ -67,6 +67,9 @@ pipeline {
|
||||
post{
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||
@@ -80,7 +83,6 @@ pipeline {
|
||||
sh 'git commit -m "Test data update (Jenkins)"'
|
||||
sh "git push origin HEAD:main"
|
||||
}
|
||||
sh 'oscript ./ci/os/rp_stop.os'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
ci/split_tests/MySQL/cli_test_en
vendored
4
ci/split_tests/MySQL/cli_test_en
vendored
@@ -147,6 +147,9 @@ pipeline {
|
||||
post{
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||
@@ -160,7 +163,6 @@ pipeline {
|
||||
bat 'git commit -m "Test data update (Jenkins)"'
|
||||
bat "git push origin HEAD:main"
|
||||
}
|
||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
ci/split_tests/MySQL/cli_test_ru
vendored
4
ci/split_tests/MySQL/cli_test_ru
vendored
@@ -147,6 +147,9 @@ pipeline {
|
||||
post{
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||
@@ -160,7 +163,6 @@ pipeline {
|
||||
bat 'git commit -m "Test data update (Jenkins)"'
|
||||
bat "git push origin HEAD:main"
|
||||
}
|
||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
ci/split_tests/MySQL/os_deb_test_en
vendored
4
ci/split_tests/MySQL/os_deb_test_en
vendored
@@ -77,6 +77,9 @@ pipeline {
|
||||
post{
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||
@@ -90,7 +93,6 @@ pipeline {
|
||||
sh 'git commit -m "Test data update (Jenkins)"'
|
||||
sh "git push origin HEAD:main"
|
||||
}
|
||||
sh 'oscript ./ci/os/rp_stop.os'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
ci/split_tests/MySQL/os_deb_test_ru
vendored
4
ci/split_tests/MySQL/os_deb_test_ru
vendored
@@ -77,6 +77,9 @@ pipeline {
|
||||
post{
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||
@@ -90,7 +93,6 @@ pipeline {
|
||||
sh 'git commit -m "Test data update (Jenkins)"'
|
||||
sh "git push origin HEAD:main"
|
||||
}
|
||||
sh 'oscript ./ci/os/rp_stop.os'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
ci/split_tests/MySQL/os_rpm_test_en
vendored
4
ci/split_tests/MySQL/os_rpm_test_en
vendored
@@ -77,6 +77,9 @@ pipeline {
|
||||
post{
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||
@@ -90,7 +93,6 @@ pipeline {
|
||||
sh 'git commit -m "Test data update (Jenkins)"'
|
||||
sh "git push origin HEAD:main"
|
||||
}
|
||||
sh 'oscript ./ci/os/rp_stop.os'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
ci/split_tests/MySQL/os_rpm_test_ru
vendored
4
ci/split_tests/MySQL/os_rpm_test_ru
vendored
@@ -77,6 +77,9 @@ pipeline {
|
||||
post{
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||
@@ -90,7 +93,6 @@ pipeline {
|
||||
sh 'git commit -m "Test data update (Jenkins)"'
|
||||
sh "git push origin HEAD:main"
|
||||
}
|
||||
sh 'oscript ./ci/os/rp_stop.os'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
6
ci/split_tests/MySQL/os_test_en
vendored
6
ci/split_tests/MySQL/os_test_en
vendored
@@ -75,6 +75,9 @@ pipeline {
|
||||
post{
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||
@@ -87,8 +90,7 @@ pipeline {
|
||||
bat "git add ."
|
||||
bat 'git commit -m "Test data update (Jenkins)"'
|
||||
bat "git push origin HEAD:main"
|
||||
}
|
||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
6
ci/split_tests/MySQL/os_test_ru
vendored
6
ci/split_tests/MySQL/os_test_ru
vendored
@@ -75,6 +75,9 @@ pipeline {
|
||||
post{
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||
@@ -87,8 +90,7 @@ pipeline {
|
||||
bat "git add ."
|
||||
bat 'git commit -m "Test data update (Jenkins)"'
|
||||
bat "git push origin HEAD:main"
|
||||
}
|
||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user