From f6bb6139301dd21e541e7d2f7f12acd2693e64bd Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 16 Sep 2024 23:31:12 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/os/internal/Modules/МетодыФормированияТестовJenkins.os b/ci/os/internal/Modules/МетодыФормированияТестовJenkins.os index 2560724cc..4b32d16b8 100644 --- a/ci/os/internal/Modules/МетодыФормированияТестовJenkins.os +++ b/ci/os/internal/Modules/МетодыФормированияТестовJenkins.os @@ -104,7 +104,7 @@ | stages { | stage(Prepare){ | steps{ - | powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install *.ospx' + | powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.13.0.ospx; del oint-1.13.0.ospx' | } | } |");