1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00

Правка JF конвертации EDT

This commit is contained in:
Anton Titovets
2025-11-06 08:58:02 +03:00
parent cac655b251
commit cd0b0d9791

4
ci/edt_build vendored
View File

@@ -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'
}
}