1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-10-08 22:51:57 +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_test_en vendored
View File

@@ -754,6 +754,9 @@ pipeline {
post{
always{
script {
catchError() {
runCommand('oscript ./ci/os/rp_stop.os')
}
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
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 push origin HEAD:main"
}
bat encoding: 'UTF-8', script:'chcp 65001 & oscript ./ci/os/rp_stop.os'
}
}
}