1
0
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:
Vitaly the Alpaca (bot)
2025-09-02 15:31:57 +03:00
parent bd0b3d5be1
commit b51db7297e
418 changed files with 10331 additions and 9511 deletions

4
ci/cli_deb_test_en vendored
View File

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

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

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

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

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

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

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

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

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

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

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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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