1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-02 09:21:37 +02:00

Update МетодыФормированияТестовJenkins.os

This commit is contained in:
Anton Titovets 2024-09-17 09:55:08 +03:00
parent d0f92bf430
commit 5808c3d851

View File

@ -106,7 +106,7 @@
| steps{
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.13.0.ospx; del oint-1.13.0.ospx'
| 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'
| }
|
| }
@ -124,7 +124,7 @@
| script {
| withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
| 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'
| }
| }