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:
parent
5fbac7ab1e
commit
5fba162432
@ -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'
|
||||
}
|
||||
}
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user