mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-31 22:05:13 +02:00
Main build (Jenkins)
This commit is contained in:
parent
3b689d3fe8
commit
e76ebd3b3d
@ -5,7 +5,7 @@ pipeline {
|
|||||||
steps{
|
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'
|
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')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
bat 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 {
|
script {
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del ./data.json.gpg'
|
bat encoding: 'UTF-8', script:'del ./data.json.gpg'
|
||||||
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
bat encoding: 'UTF-8', script:'del ./data.json'
|
bat encoding: 'UTF-8', script:'del ./data.json'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ pipeline {
|
|||||||
steps{
|
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'
|
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')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
bat 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 {
|
script {
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
||||||
bat encoding: 'UTF-8', script:'del ./data.json.gpg'
|
bat encoding: 'UTF-8', script:'del ./data.json.gpg'
|
||||||
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
||||||
bat encoding: 'UTF-8', script:'del ./data.json'
|
bat encoding: 'UTF-8', script:'del ./data.json'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user