You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
Main build (Jenkins)
This commit is contained in:
2
ci/cli_deb_test_en
vendored
2
ci/cli_deb_test_en
vendored
@@ -676,7 +676,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/cli_deb_test_ru
vendored
2
ci/cli_deb_test_ru
vendored
@@ -676,7 +676,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/cli_rpm_test_en
vendored
2
ci/cli_rpm_test_en
vendored
@@ -675,7 +675,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/cli_rpm_test_ru
vendored
2
ci/cli_rpm_test_ru
vendored
@@ -675,7 +675,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/cli_test_en
vendored
2
ci/cli_test_en
vendored
@@ -755,7 +755,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/cli_test_ru
vendored
2
ci/cli_test_ru
vendored
@@ -755,7 +755,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/os_deb_test_en
vendored
2
ci/os_deb_test_en
vendored
@@ -685,7 +685,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/os_deb_test_ru
vendored
2
ci/os_deb_test_ru
vendored
@@ -685,7 +685,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/os_rpm_test_en
vendored
2
ci/os_rpm_test_en
vendored
@@ -685,7 +685,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/os_rpm_test_ru
vendored
2
ci/os_rpm_test_ru
vendored
@@ -685,7 +685,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
4
ci/os_test_en
vendored
4
ci/os_test_en
vendored
@@ -56,7 +56,7 @@ pipeline {
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
steps{
|
||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_start.os "en"'
|
||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_start.os'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -683,7 +683,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
4
ci/os_test_ru
vendored
4
ci/os_test_ru
vendored
@@ -56,7 +56,7 @@ pipeline {
|
||||
}
|
||||
stage('Create ReportPortal launch'){
|
||||
steps{
|
||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_start.os "ru"'
|
||||
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_start.os'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -683,7 +683,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Airtable/cli_deb_test_en
vendored
2
ci/split_tests/Airtable/cli_deb_test_en
vendored
@@ -75,7 +75,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Airtable/cli_deb_test_ru
vendored
2
ci/split_tests/Airtable/cli_deb_test_ru
vendored
@@ -75,7 +75,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Airtable/cli_rpm_test_en
vendored
2
ci/split_tests/Airtable/cli_rpm_test_en
vendored
@@ -74,7 +74,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Airtable/cli_rpm_test_ru
vendored
2
ci/split_tests/Airtable/cli_rpm_test_ru
vendored
@@ -74,7 +74,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Airtable/cli_test_en
vendored
2
ci/split_tests/Airtable/cli_test_en
vendored
@@ -154,7 +154,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Airtable/cli_test_ru
vendored
2
ci/split_tests/Airtable/cli_test_ru
vendored
@@ -154,7 +154,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Airtable/os_deb_test_en
vendored
2
ci/split_tests/Airtable/os_deb_test_en
vendored
@@ -84,7 +84,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Airtable/os_deb_test_ru
vendored
2
ci/split_tests/Airtable/os_deb_test_ru
vendored
@@ -84,7 +84,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Airtable/os_rpm_test_en
vendored
2
ci/split_tests/Airtable/os_rpm_test_en
vendored
@@ -84,7 +84,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Airtable/os_rpm_test_ru
vendored
2
ci/split_tests/Airtable/os_rpm_test_ru
vendored
@@ -84,7 +84,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Airtable/os_test_en
vendored
2
ci/split_tests/Airtable/os_test_en
vendored
@@ -82,7 +82,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Airtable/os_test_ru
vendored
2
ci/split_tests/Airtable/os_test_ru
vendored
@@ -82,7 +82,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Bitrix24/cli_deb_test_en
vendored
2
ci/split_tests/Bitrix24/cli_deb_test_en
vendored
@@ -111,7 +111,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Bitrix24/cli_deb_test_ru
vendored
2
ci/split_tests/Bitrix24/cli_deb_test_ru
vendored
@@ -111,7 +111,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Bitrix24/cli_rpm_test_en
vendored
2
ci/split_tests/Bitrix24/cli_rpm_test_en
vendored
@@ -110,7 +110,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Bitrix24/cli_rpm_test_ru
vendored
2
ci/split_tests/Bitrix24/cli_rpm_test_ru
vendored
@@ -110,7 +110,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Bitrix24/cli_test_en
vendored
2
ci/split_tests/Bitrix24/cli_test_en
vendored
@@ -190,7 +190,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Bitrix24/cli_test_ru
vendored
2
ci/split_tests/Bitrix24/cli_test_ru
vendored
@@ -190,7 +190,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Bitrix24/os_deb_test_en
vendored
2
ci/split_tests/Bitrix24/os_deb_test_en
vendored
@@ -120,7 +120,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Bitrix24/os_deb_test_ru
vendored
2
ci/split_tests/Bitrix24/os_deb_test_ru
vendored
@@ -120,7 +120,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Bitrix24/os_rpm_test_en
vendored
2
ci/split_tests/Bitrix24/os_rpm_test_en
vendored
@@ -120,7 +120,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Bitrix24/os_rpm_test_ru
vendored
2
ci/split_tests/Bitrix24/os_rpm_test_ru
vendored
@@ -120,7 +120,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Bitrix24/os_test_en
vendored
2
ci/split_tests/Bitrix24/os_test_en
vendored
@@ -118,7 +118,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Bitrix24/os_test_ru
vendored
2
ci/split_tests/Bitrix24/os_test_ru
vendored
@@ -118,7 +118,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/CDEK/cli_deb_test_en
vendored
2
ci/split_tests/CDEK/cli_deb_test_en
vendored
@@ -72,7 +72,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/CDEK/cli_deb_test_ru
vendored
2
ci/split_tests/CDEK/cli_deb_test_ru
vendored
@@ -72,7 +72,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/CDEK/cli_rpm_test_en
vendored
2
ci/split_tests/CDEK/cli_rpm_test_en
vendored
@@ -71,7 +71,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/CDEK/cli_rpm_test_ru
vendored
2
ci/split_tests/CDEK/cli_rpm_test_ru
vendored
@@ -71,7 +71,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/CDEK/cli_test_en
vendored
2
ci/split_tests/CDEK/cli_test_en
vendored
@@ -151,7 +151,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/CDEK/cli_test_ru
vendored
2
ci/split_tests/CDEK/cli_test_ru
vendored
@@ -151,7 +151,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/CDEK/os_deb_test_en
vendored
2
ci/split_tests/CDEK/os_deb_test_en
vendored
@@ -81,7 +81,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/CDEK/os_deb_test_ru
vendored
2
ci/split_tests/CDEK/os_deb_test_ru
vendored
@@ -81,7 +81,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/CDEK/os_rpm_test_en
vendored
2
ci/split_tests/CDEK/os_rpm_test_en
vendored
@@ -81,7 +81,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/CDEK/os_rpm_test_ru
vendored
2
ci/split_tests/CDEK/os_rpm_test_ru
vendored
@@ -81,7 +81,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/CDEK/os_test_en
vendored
2
ci/split_tests/CDEK/os_test_en
vendored
@@ -79,7 +79,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/CDEK/os_test_ru
vendored
2
ci/split_tests/CDEK/os_test_ru
vendored
@@ -79,7 +79,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Dropbox/cli_deb_test_en
vendored
2
ci/split_tests/Dropbox/cli_deb_test_en
vendored
@@ -87,7 +87,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Dropbox/cli_deb_test_ru
vendored
2
ci/split_tests/Dropbox/cli_deb_test_ru
vendored
@@ -87,7 +87,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Dropbox/cli_rpm_test_en
vendored
2
ci/split_tests/Dropbox/cli_rpm_test_en
vendored
@@ -86,7 +86,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Dropbox/cli_rpm_test_ru
vendored
2
ci/split_tests/Dropbox/cli_rpm_test_ru
vendored
@@ -86,7 +86,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Dropbox/cli_test_en
vendored
2
ci/split_tests/Dropbox/cli_test_en
vendored
@@ -166,7 +166,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Dropbox/cli_test_ru
vendored
2
ci/split_tests/Dropbox/cli_test_ru
vendored
@@ -166,7 +166,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Dropbox/os_deb_test_en
vendored
2
ci/split_tests/Dropbox/os_deb_test_en
vendored
@@ -96,7 +96,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Dropbox/os_deb_test_ru
vendored
2
ci/split_tests/Dropbox/os_deb_test_ru
vendored
@@ -96,7 +96,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Dropbox/os_rpm_test_en
vendored
2
ci/split_tests/Dropbox/os_rpm_test_en
vendored
@@ -96,7 +96,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Dropbox/os_rpm_test_ru
vendored
2
ci/split_tests/Dropbox/os_rpm_test_ru
vendored
@@ -96,7 +96,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Dropbox/os_test_en
vendored
2
ci/split_tests/Dropbox/os_test_en
vendored
@@ -94,7 +94,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/Dropbox/os_test_ru
vendored
2
ci/split_tests/Dropbox/os_test_ru
vendored
@@ -94,7 +94,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/FTP/cli_deb_test_en
vendored
2
ci/split_tests/FTP/cli_deb_test_en
vendored
@@ -72,7 +72,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/FTP/cli_deb_test_ru
vendored
2
ci/split_tests/FTP/cli_deb_test_ru
vendored
@@ -72,7 +72,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/FTP/cli_rpm_test_en
vendored
2
ci/split_tests/FTP/cli_rpm_test_en
vendored
@@ -71,7 +71,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/FTP/cli_rpm_test_ru
vendored
2
ci/split_tests/FTP/cli_rpm_test_ru
vendored
@@ -71,7 +71,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/FTP/cli_test_en
vendored
2
ci/split_tests/FTP/cli_test_en
vendored
@@ -151,7 +151,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/FTP/cli_test_ru
vendored
2
ci/split_tests/FTP/cli_test_ru
vendored
@@ -151,7 +151,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/FTP/os_deb_test_en
vendored
2
ci/split_tests/FTP/os_deb_test_en
vendored
@@ -81,7 +81,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/FTP/os_deb_test_ru
vendored
2
ci/split_tests/FTP/os_deb_test_ru
vendored
@@ -81,7 +81,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/FTP/os_rpm_test_en
vendored
2
ci/split_tests/FTP/os_rpm_test_en
vendored
@@ -81,7 +81,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/FTP/os_rpm_test_ru
vendored
2
ci/split_tests/FTP/os_rpm_test_ru
vendored
@@ -81,7 +81,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/FTP/os_test_en
vendored
2
ci/split_tests/FTP/os_test_en
vendored
@@ -79,7 +79,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/FTP/os_test_ru
vendored
2
ci/split_tests/FTP/os_test_ru
vendored
@@ -79,7 +79,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
@@ -75,7 +75,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
@@ -75,7 +75,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
@@ -74,7 +74,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
@@ -74,7 +74,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleCalendar/cli_test_en
vendored
2
ci/split_tests/GoogleCalendar/cli_test_en
vendored
@@ -154,7 +154,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleCalendar/cli_test_ru
vendored
2
ci/split_tests/GoogleCalendar/cli_test_ru
vendored
@@ -154,7 +154,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleCalendar/os_deb_test_en
vendored
2
ci/split_tests/GoogleCalendar/os_deb_test_en
vendored
@@ -84,7 +84,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleCalendar/os_deb_test_ru
vendored
2
ci/split_tests/GoogleCalendar/os_deb_test_ru
vendored
@@ -84,7 +84,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleCalendar/os_rpm_test_en
vendored
2
ci/split_tests/GoogleCalendar/os_rpm_test_en
vendored
@@ -84,7 +84,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleCalendar/os_rpm_test_ru
vendored
2
ci/split_tests/GoogleCalendar/os_rpm_test_ru
vendored
@@ -84,7 +84,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleCalendar/os_test_en
vendored
2
ci/split_tests/GoogleCalendar/os_test_en
vendored
@@ -82,7 +82,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleCalendar/os_test_ru
vendored
2
ci/split_tests/GoogleCalendar/os_test_ru
vendored
@@ -82,7 +82,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleDrive/cli_deb_test_en
vendored
2
ci/split_tests/GoogleDrive/cli_deb_test_en
vendored
@@ -78,7 +78,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleDrive/cli_deb_test_ru
vendored
2
ci/split_tests/GoogleDrive/cli_deb_test_ru
vendored
@@ -78,7 +78,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleDrive/cli_rpm_test_en
vendored
2
ci/split_tests/GoogleDrive/cli_rpm_test_en
vendored
@@ -77,7 +77,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleDrive/cli_rpm_test_ru
vendored
2
ci/split_tests/GoogleDrive/cli_rpm_test_ru
vendored
@@ -77,7 +77,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleDrive/cli_test_en
vendored
2
ci/split_tests/GoogleDrive/cli_test_en
vendored
@@ -157,7 +157,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleDrive/cli_test_ru
vendored
2
ci/split_tests/GoogleDrive/cli_test_ru
vendored
@@ -157,7 +157,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleDrive/os_deb_test_en
vendored
2
ci/split_tests/GoogleDrive/os_deb_test_en
vendored
@@ -87,7 +87,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleDrive/os_deb_test_ru
vendored
2
ci/split_tests/GoogleDrive/os_deb_test_ru
vendored
@@ -87,7 +87,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleDrive/os_rpm_test_en
vendored
2
ci/split_tests/GoogleDrive/os_rpm_test_en
vendored
@@ -87,7 +87,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleDrive/os_rpm_test_ru
vendored
2
ci/split_tests/GoogleDrive/os_rpm_test_ru
vendored
@@ -87,7 +87,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleDrive/os_test_en
vendored
2
ci/split_tests/GoogleDrive/os_test_en
vendored
@@ -85,7 +85,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleDrive/os_test_ru
vendored
2
ci/split_tests/GoogleDrive/os_test_ru
vendored
@@ -85,7 +85,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleSheets/cli_deb_test_en
vendored
2
ci/split_tests/GoogleSheets/cli_deb_test_en
vendored
@@ -72,7 +72,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleSheets/cli_deb_test_ru
vendored
2
ci/split_tests/GoogleSheets/cli_deb_test_ru
vendored
@@ -72,7 +72,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleSheets/cli_rpm_test_en
vendored
2
ci/split_tests/GoogleSheets/cli_rpm_test_en
vendored
@@ -71,7 +71,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
2
ci/split_tests/GoogleSheets/cli_rpm_test_ru
vendored
2
ci/split_tests/GoogleSheets/cli_rpm_test_ru
vendored
@@ -71,7 +71,7 @@ pipeline {
|
||||
always{
|
||||
script {
|
||||
catchError() {
|
||||
runCommand('oscript ./ci/os/rp_stop.os')
|
||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||
}
|
||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||
sh 'rm "./data.json.gpg"'
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user