You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
Main build (Jenkins)
This commit is contained in:
4
ci/cli_deb_test_en
vendored
4
ci/cli_deb_test_en
vendored
@@ -675,6 +675,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -688,7 +691,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/cli_deb_test_ru
vendored
4
ci/cli_deb_test_ru
vendored
@@ -675,6 +675,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -688,7 +691,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/cli_rpm_test_en
vendored
4
ci/cli_rpm_test_en
vendored
@@ -674,6 +674,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -687,7 +690,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/cli_rpm_test_ru
vendored
4
ci/cli_rpm_test_ru
vendored
@@ -674,6 +674,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -687,7 +690,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/cli_test_en
vendored
4
ci/cli_test_en
vendored
@@ -754,6 +754,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -767,7 +770,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/cli_test_ru
vendored
4
ci/cli_test_ru
vendored
@@ -754,6 +754,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -767,7 +770,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/os_deb_test_en
vendored
4
ci/os_deb_test_en
vendored
@@ -684,6 +684,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -697,7 +700,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/os_deb_test_ru
vendored
4
ci/os_deb_test_ru
vendored
@@ -684,6 +684,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -697,7 +700,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/os_rpm_test_en
vendored
4
ci/os_rpm_test_en
vendored
@@ -684,6 +684,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -697,7 +700,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/os_rpm_test_ru
vendored
4
ci/os_rpm_test_ru
vendored
@@ -684,6 +684,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -697,7 +700,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/os_test_en
vendored
4
ci/os_test_en
vendored
@@ -682,6 +682,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -695,7 +698,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/os_test_ru
vendored
4
ci/os_test_ru
vendored
@@ -682,6 +682,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -695,7 +698,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Airtable/cli_deb_test_en
vendored
4
ci/split_tests/Airtable/cli_deb_test_en
vendored
@@ -74,6 +74,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -87,7 +90,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Airtable/cli_deb_test_ru
vendored
4
ci/split_tests/Airtable/cli_deb_test_ru
vendored
@@ -74,6 +74,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -87,7 +90,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Airtable/cli_rpm_test_en
vendored
4
ci/split_tests/Airtable/cli_rpm_test_en
vendored
@@ -73,6 +73,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -86,7 +89,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Airtable/cli_rpm_test_ru
vendored
4
ci/split_tests/Airtable/cli_rpm_test_ru
vendored
@@ -73,6 +73,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -86,7 +89,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Airtable/cli_test_en
vendored
4
ci/split_tests/Airtable/cli_test_en
vendored
@@ -153,6 +153,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -166,7 +169,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Airtable/cli_test_ru
vendored
4
ci/split_tests/Airtable/cli_test_ru
vendored
@@ -153,6 +153,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -166,7 +169,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Airtable/os_deb_test_en
vendored
4
ci/split_tests/Airtable/os_deb_test_en
vendored
@@ -83,6 +83,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -96,7 +99,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Airtable/os_deb_test_ru
vendored
4
ci/split_tests/Airtable/os_deb_test_ru
vendored
@@ -83,6 +83,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -96,7 +99,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Airtable/os_rpm_test_en
vendored
4
ci/split_tests/Airtable/os_rpm_test_en
vendored
@@ -83,6 +83,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -96,7 +99,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Airtable/os_rpm_test_ru
vendored
4
ci/split_tests/Airtable/os_rpm_test_ru
vendored
@@ -83,6 +83,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -96,7 +99,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Airtable/os_test_en
vendored
4
ci/split_tests/Airtable/os_test_en
vendored
@@ -81,6 +81,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -94,7 +97,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Airtable/os_test_ru
vendored
4
ci/split_tests/Airtable/os_test_ru
vendored
@@ -81,6 +81,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -94,7 +97,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Bitrix24/cli_deb_test_en
vendored
4
ci/split_tests/Bitrix24/cli_deb_test_en
vendored
@@ -110,6 +110,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -123,7 +126,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Bitrix24/cli_deb_test_ru
vendored
4
ci/split_tests/Bitrix24/cli_deb_test_ru
vendored
@@ -110,6 +110,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -123,7 +126,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Bitrix24/cli_rpm_test_en
vendored
4
ci/split_tests/Bitrix24/cli_rpm_test_en
vendored
@@ -109,6 +109,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -122,7 +125,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Bitrix24/cli_rpm_test_ru
vendored
4
ci/split_tests/Bitrix24/cli_rpm_test_ru
vendored
@@ -109,6 +109,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -122,7 +125,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Bitrix24/cli_test_en
vendored
4
ci/split_tests/Bitrix24/cli_test_en
vendored
@@ -189,6 +189,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -202,7 +205,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Bitrix24/cli_test_ru
vendored
4
ci/split_tests/Bitrix24/cli_test_ru
vendored
@@ -189,6 +189,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -202,7 +205,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Bitrix24/os_deb_test_en
vendored
4
ci/split_tests/Bitrix24/os_deb_test_en
vendored
@@ -119,6 +119,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -132,7 +135,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Bitrix24/os_deb_test_ru
vendored
4
ci/split_tests/Bitrix24/os_deb_test_ru
vendored
@@ -119,6 +119,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -132,7 +135,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Bitrix24/os_rpm_test_en
vendored
4
ci/split_tests/Bitrix24/os_rpm_test_en
vendored
@@ -119,6 +119,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -132,7 +135,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Bitrix24/os_rpm_test_ru
vendored
4
ci/split_tests/Bitrix24/os_rpm_test_ru
vendored
@@ -119,6 +119,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -132,7 +135,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Bitrix24/os_test_en
vendored
4
ci/split_tests/Bitrix24/os_test_en
vendored
@@ -117,6 +117,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -130,7 +133,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Bitrix24/os_test_ru
vendored
4
ci/split_tests/Bitrix24/os_test_ru
vendored
@@ -117,6 +117,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -130,7 +133,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/CDEK/cli_deb_test_en
vendored
4
ci/split_tests/CDEK/cli_deb_test_en
vendored
@@ -71,6 +71,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -84,7 +87,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/CDEK/cli_deb_test_ru
vendored
4
ci/split_tests/CDEK/cli_deb_test_ru
vendored
@@ -71,6 +71,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -84,7 +87,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/CDEK/cli_rpm_test_en
vendored
4
ci/split_tests/CDEK/cli_rpm_test_en
vendored
@@ -70,6 +70,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -83,7 +86,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/CDEK/cli_rpm_test_ru
vendored
4
ci/split_tests/CDEK/cli_rpm_test_ru
vendored
@@ -70,6 +70,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -83,7 +86,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/CDEK/cli_test_en
vendored
4
ci/split_tests/CDEK/cli_test_en
vendored
@@ -150,6 +150,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -163,7 +166,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/CDEK/cli_test_ru
vendored
4
ci/split_tests/CDEK/cli_test_ru
vendored
@@ -150,6 +150,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -163,7 +166,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/CDEK/os_deb_test_en
vendored
4
ci/split_tests/CDEK/os_deb_test_en
vendored
@@ -80,6 +80,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -93,7 +96,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/CDEK/os_deb_test_ru
vendored
4
ci/split_tests/CDEK/os_deb_test_ru
vendored
@@ -80,6 +80,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -93,7 +96,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/CDEK/os_rpm_test_en
vendored
4
ci/split_tests/CDEK/os_rpm_test_en
vendored
@@ -80,6 +80,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -93,7 +96,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/CDEK/os_rpm_test_ru
vendored
4
ci/split_tests/CDEK/os_rpm_test_ru
vendored
@@ -80,6 +80,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -93,7 +96,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/CDEK/os_test_en
vendored
4
ci/split_tests/CDEK/os_test_en
vendored
@@ -78,6 +78,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -91,7 +94,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/CDEK/os_test_ru
vendored
4
ci/split_tests/CDEK/os_test_ru
vendored
@@ -78,6 +78,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -91,7 +94,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Dropbox/cli_deb_test_en
vendored
4
ci/split_tests/Dropbox/cli_deb_test_en
vendored
@@ -86,6 +86,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -99,7 +102,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Dropbox/cli_deb_test_ru
vendored
4
ci/split_tests/Dropbox/cli_deb_test_ru
vendored
@@ -86,6 +86,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -99,7 +102,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Dropbox/cli_rpm_test_en
vendored
4
ci/split_tests/Dropbox/cli_rpm_test_en
vendored
@@ -85,6 +85,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -98,7 +101,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Dropbox/cli_rpm_test_ru
vendored
4
ci/split_tests/Dropbox/cli_rpm_test_ru
vendored
@@ -85,6 +85,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -98,7 +101,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Dropbox/cli_test_en
vendored
4
ci/split_tests/Dropbox/cli_test_en
vendored
@@ -165,6 +165,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -178,7 +181,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Dropbox/cli_test_ru
vendored
4
ci/split_tests/Dropbox/cli_test_ru
vendored
@@ -165,6 +165,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -178,7 +181,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Dropbox/os_deb_test_en
vendored
4
ci/split_tests/Dropbox/os_deb_test_en
vendored
@@ -95,6 +95,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -108,7 +111,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Dropbox/os_deb_test_ru
vendored
4
ci/split_tests/Dropbox/os_deb_test_ru
vendored
@@ -95,6 +95,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -108,7 +111,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Dropbox/os_rpm_test_en
vendored
4
ci/split_tests/Dropbox/os_rpm_test_en
vendored
@@ -95,6 +95,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -108,7 +111,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Dropbox/os_rpm_test_ru
vendored
4
ci/split_tests/Dropbox/os_rpm_test_ru
vendored
@@ -95,6 +95,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -108,7 +111,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Dropbox/os_test_en
vendored
4
ci/split_tests/Dropbox/os_test_en
vendored
@@ -93,6 +93,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -106,7 +109,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/Dropbox/os_test_ru
vendored
4
ci/split_tests/Dropbox/os_test_ru
vendored
@@ -93,6 +93,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -106,7 +109,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/FTP/cli_deb_test_en
vendored
4
ci/split_tests/FTP/cli_deb_test_en
vendored
@@ -71,6 +71,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -84,7 +87,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/FTP/cli_deb_test_ru
vendored
4
ci/split_tests/FTP/cli_deb_test_ru
vendored
@@ -71,6 +71,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -84,7 +87,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/FTP/cli_rpm_test_en
vendored
4
ci/split_tests/FTP/cli_rpm_test_en
vendored
@@ -70,6 +70,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -83,7 +86,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/FTP/cli_rpm_test_ru
vendored
4
ci/split_tests/FTP/cli_rpm_test_ru
vendored
@@ -70,6 +70,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -83,7 +86,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/FTP/cli_test_en
vendored
4
ci/split_tests/FTP/cli_test_en
vendored
@@ -150,6 +150,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -163,7 +166,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/FTP/cli_test_ru
vendored
4
ci/split_tests/FTP/cli_test_ru
vendored
@@ -150,6 +150,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -163,7 +166,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/FTP/os_deb_test_en
vendored
4
ci/split_tests/FTP/os_deb_test_en
vendored
@@ -80,6 +80,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -93,7 +96,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/FTP/os_deb_test_ru
vendored
4
ci/split_tests/FTP/os_deb_test_ru
vendored
@@ -80,6 +80,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -93,7 +96,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/FTP/os_rpm_test_en
vendored
4
ci/split_tests/FTP/os_rpm_test_en
vendored
@@ -80,6 +80,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -93,7 +96,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/FTP/os_rpm_test_ru
vendored
4
ci/split_tests/FTP/os_rpm_test_ru
vendored
@@ -80,6 +80,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -93,7 +96,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/FTP/os_test_en
vendored
4
ci/split_tests/FTP/os_test_en
vendored
@@ -78,6 +78,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -91,7 +94,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/FTP/os_test_ru
vendored
4
ci/split_tests/FTP/os_test_ru
vendored
@@ -78,6 +78,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -91,7 +94,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -74,6 +74,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -87,7 +90,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -74,6 +74,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -87,7 +90,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -73,6 +73,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -86,7 +89,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -73,6 +73,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -86,7 +89,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleCalendar/cli_test_en
vendored
4
ci/split_tests/GoogleCalendar/cli_test_en
vendored
@@ -153,6 +153,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -166,7 +169,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleCalendar/cli_test_ru
vendored
4
ci/split_tests/GoogleCalendar/cli_test_ru
vendored
@@ -153,6 +153,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -166,7 +169,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleCalendar/os_deb_test_en
vendored
4
ci/split_tests/GoogleCalendar/os_deb_test_en
vendored
@@ -83,6 +83,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -96,7 +99,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleCalendar/os_deb_test_ru
vendored
4
ci/split_tests/GoogleCalendar/os_deb_test_ru
vendored
@@ -83,6 +83,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -96,7 +99,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleCalendar/os_rpm_test_en
vendored
4
ci/split_tests/GoogleCalendar/os_rpm_test_en
vendored
@@ -83,6 +83,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -96,7 +99,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleCalendar/os_rpm_test_ru
vendored
4
ci/split_tests/GoogleCalendar/os_rpm_test_ru
vendored
@@ -83,6 +83,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -96,7 +99,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleCalendar/os_test_en
vendored
4
ci/split_tests/GoogleCalendar/os_test_en
vendored
@@ -81,6 +81,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -94,7 +97,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleCalendar/os_test_ru
vendored
4
ci/split_tests/GoogleCalendar/os_test_ru
vendored
@@ -81,6 +81,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -94,7 +97,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleDrive/cli_deb_test_en
vendored
4
ci/split_tests/GoogleDrive/cli_deb_test_en
vendored
@@ -77,6 +77,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
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 commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleDrive/cli_deb_test_ru
vendored
4
ci/split_tests/GoogleDrive/cli_deb_test_ru
vendored
@@ -77,6 +77,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
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 commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleDrive/cli_rpm_test_en
vendored
4
ci/split_tests/GoogleDrive/cli_rpm_test_en
vendored
@@ -76,6 +76,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -89,7 +92,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleDrive/cli_rpm_test_ru
vendored
4
ci/split_tests/GoogleDrive/cli_rpm_test_ru
vendored
@@ -76,6 +76,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -89,7 +92,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleDrive/cli_test_en
vendored
4
ci/split_tests/GoogleDrive/cli_test_en
vendored
@@ -156,6 +156,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -169,7 +172,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleDrive/cli_test_ru
vendored
4
ci/split_tests/GoogleDrive/cli_test_ru
vendored
@@ -156,6 +156,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -169,7 +172,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleDrive/os_deb_test_en
vendored
4
ci/split_tests/GoogleDrive/os_deb_test_en
vendored
@@ -86,6 +86,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -99,7 +102,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleDrive/os_deb_test_ru
vendored
4
ci/split_tests/GoogleDrive/os_deb_test_ru
vendored
@@ -86,6 +86,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -99,7 +102,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleDrive/os_rpm_test_en
vendored
4
ci/split_tests/GoogleDrive/os_rpm_test_en
vendored
@@ -86,6 +86,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -99,7 +102,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleDrive/os_rpm_test_ru
vendored
4
ci/split_tests/GoogleDrive/os_rpm_test_ru
vendored
@@ -86,6 +86,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -99,7 +102,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleDrive/os_test_en
vendored
4
ci/split_tests/GoogleDrive/os_test_en
vendored
@@ -84,6 +84,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -97,7 +100,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleDrive/os_test_ru
vendored
4
ci/split_tests/GoogleDrive/os_test_ru
vendored
@@ -84,6 +84,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
@@ -97,7 +100,6 @@ pipeline {
|
|||||||
bat 'git commit -m "Test data update (Jenkins)"'
|
bat 'git commit -m "Test data update (Jenkins)"'
|
||||||
bat "git push origin HEAD:main"
|
bat "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleSheets/cli_deb_test_en
vendored
4
ci/split_tests/GoogleSheets/cli_deb_test_en
vendored
@@ -71,6 +71,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -84,7 +87,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleSheets/cli_deb_test_ru
vendored
4
ci/split_tests/GoogleSheets/cli_deb_test_ru
vendored
@@ -71,6 +71,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -84,7 +87,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleSheets/cli_rpm_test_en
vendored
4
ci/split_tests/GoogleSheets/cli_rpm_test_en
vendored
@@ -70,6 +70,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -83,7 +86,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
4
ci/split_tests/GoogleSheets/cli_rpm_test_ru
vendored
4
ci/split_tests/GoogleSheets/cli_rpm_test_ru
vendored
@@ -70,6 +70,9 @@ pipeline {
|
|||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
script {
|
script {
|
||||||
|
catchError() {
|
||||||
|
runCommand('oscript ./ci/os/rp_stop.os')
|
||||||
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
sh 'rm "./data.json.gpg"'
|
sh 'rm "./data.json.gpg"'
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
||||||
@@ -83,7 +86,6 @@ pipeline {
|
|||||||
sh 'git commit -m "Test data update (Jenkins)"'
|
sh 'git commit -m "Test data update (Jenkins)"'
|
||||||
sh "git push origin HEAD:main"
|
sh "git push origin HEAD:main"
|
||||||
}
|
}
|
||||||
sh 'oscript ./ci/os/rp_stop.os'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user