From 552e241c36e6c38f8ab8c85c7563e443990f2e46 Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Tue, 17 Sep 2024 09:41:08 +0300 Subject: [PATCH] =?UTF-8?q?Update=20=D0=9C=D0=B5=D1=82=D0=BE=D0=B4=D1=8B?= =?UTF-8?q?=D0=A4=D0=BE=D1=80=D0=BC=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=D0=A2=D0=B5=D1=81=D1=82=D0=BE=D0=B2Jenkins.os?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/os/internal/Modules/МетодыФормированияТестовJenkins.os | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/os/internal/Modules/МетодыФормированияТестовJenkins.os b/ci/os/internal/Modules/МетодыФормированияТестовJenkins.os index cb7729c39f..7d82b6f747 100644 --- a/ci/os/internal/Modules/МетодыФормированияТестовJenkins.os +++ b/ci/os/internal/Modules/МетодыФормированияТестовJenkins.os @@ -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' | } | }