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

View File

@@ -110,6 +110,9 @@ pipeline {
post{
always{
script {
catchError() {
runCommand('oscript ./ci/os/rp_stop.os')
}
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
sh 'rm "./data.json.gpg"'
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
@@ -123,7 +126,6 @@ pipeline {
sh 'git commit -m "Test data update (Jenkins)"'
sh "git push origin HEAD:main"
}
sh 'oscript ./ci/os/rp_stop.os'
}
}
}