From cd0b0d979119e8e5838231f7cab1e582c819df2d Mon Sep 17 00:00:00 2001 From: Anton Titovets Date: Thu, 6 Nov 2025 08:58:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20JF=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D0=B2=D0=B5=D1=80=D1=82=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D0=B8=20EDT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/edt_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/edt_build b/ci/edt_build index 2c417627aa..99001a7764 100644 --- a/ci/edt_build +++ b/ci/edt_build @@ -6,8 +6,8 @@ pipeline { stage('Build') { steps { - bat encoding: 'UTF-8', script:'chcp 65001 & 1cedtcli -data C:\\Users\\bayse\\AppData\\Local\\1C\\1cedtstart\\projects\\OpenIntegrations_Ru -command build --yes' - bat encoding: 'UTF-8', script:'chcp 65001 & 1cedtcli -data C:\\Users\\bayse\\AppData\\Local\\1C\\1cedtstart\\projects\\OpenIntegrations_En -command build --yes' + bat encoding: 'UTF-8', script:'chcp 65001 & 1cedtcli -data C:\\Users\\bayse\\AppData\\Local\\1C\\1cedtstart\\projects\\OpenIntegrations_Ru -command export --project .\\src\\ru\\OPI --configuration-files .\\build\\OPI_RU' + bat encoding: 'UTF-8', script:'chcp 65001 & 1cedtcli -data C:\\Users\\bayse\\AppData\\Local\\1C\\1cedtstart\\projects\\OpenIntegrations_En -command export --project .\\src\\en\\OPI --configuration-files .\\build\\OPI_EN' } }