You've already forked OpenIntegrations
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:
4
ci/cli_test_en
vendored
4
ci/cli_test_en
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user