1
0
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:
Vitaly the Alpaca (bot)
2025-09-03 09:01:54 +03:00
parent 0f8a1bc1af
commit f006a6b75a
401 changed files with 9524 additions and 9354 deletions

2
ci/cli_deb_test_en vendored
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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
View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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"'

View File

@@ -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