1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-09-17 09:24:55 +03:00
parent 5fbac7ab1e
commit 5fba162432
3 changed files with 4674 additions and 4674 deletions

View File

@ -5,7 +5,7 @@ pipeline {
steps{
powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.13.0.ospx; del oint-1.13.0.ospx'
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
powershell encoding: 'UTF-8', script:'"C:\Program Files (x86)\GnuPG\bin\gpg.exe" --quiet --batch --yes --decrypt --passphrase="${GPGKEY}" --output ./data.json ./data.json.gpg'
powershell encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="${GPGKEY}" --output ./data.json ./data.json.gpg'
}
}
@ -528,7 +528,7 @@ pipeline {
script {
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
powershell encoding: 'UTF-8', script:'del ./data.json.gpg'
powershell encoding: 'UTF-8', script:'"C:\Program Files (x86)\GnuPG\bin\gpg.exe" --batch --symmetric --cipher-algo AES256 --passphrase="${GPGKEY}" ./data.json'
powershell encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --batch --symmetric --cipher-algo AES256 --passphrase="${GPGKEY}" ./data.json'
powershell encoding: 'UTF-8', script:'del ./data.json'
}
}

View File

@ -5,7 +5,7 @@ pipeline {
steps{
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.13.0.ospx; del oint-1.13.0.ospx'
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
powershell encoding: 'UTF-8', script:'"C:\Program Files (x86)\GnuPG\bin\gpg.exe" --quiet --batch --yes --decrypt --passphrase="${GPGKEY}" --output ./data.json ./data.json.gpg'
powershell encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="${GPGKEY}" --output ./data.json ./data.json.gpg'
}
}
@ -528,7 +528,7 @@ pipeline {
script {
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
powershell encoding: 'UTF-8', script:'del ./data.json.gpg'
powershell encoding: 'UTF-8', script:'"C:\Program Files (x86)\GnuPG\bin\gpg.exe" --batch --symmetric --cipher-algo AES256 --passphrase="${GPGKEY}" ./data.json'
powershell encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --batch --symmetric --cipher-algo AES256 --passphrase="${GPGKEY}" ./data.json'
powershell encoding: 'UTF-8', script:'del ./data.json'
}
}

File diff suppressed because it is too large Load Diff