From a17870e98f188aaefcd82d895f3f13d316fcef26 Mon Sep 17 00:00:00 2001 From: Anton Titovets <bayselonarrend@gmail.com> Date: Tue, 17 Sep 2024 09:36:15 +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 9234295494..cb7729c39f 100644 --- a/ci/os/internal/Modules/МетодыФормированияТестовJenkins.os +++ b/ci/os/internal/Modules/МетодыФормированияТестовJenkins.os @@ -80,7 +80,7 @@ Синоним = Тест[СтрокаСиноним]; ТекстРаботы = ТекстРаботы + " - | bat encoding: 'UTF-8', script:'1testrunner -run """ + ФайлТестов + """ """ + Метод + """' + | powershell encoding: 'UTF-8', script:'1testrunner -run """ + ФайлТестов + """ """ + Метод + """' | |"; @@ -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')]) { - | 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' + | 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' | } | | }