From 10a5431d41659207983634716db375045decffcb Mon Sep 17 00:00:00 2001 From: Dima Date: Wed, 20 Nov 2024 23:30:09 +0300 Subject: [PATCH] add verbose --- src/ru/pulsar/jenkins/library/edt/NativeEdtCliConverter.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ru/pulsar/jenkins/library/edt/NativeEdtCliConverter.groovy b/src/ru/pulsar/jenkins/library/edt/NativeEdtCliConverter.groovy index 2404f756..670250ae 100644 --- a/src/ru/pulsar/jenkins/library/edt/NativeEdtCliConverter.groovy +++ b/src/ru/pulsar/jenkins/library/edt/NativeEdtCliConverter.groovy @@ -87,7 +87,7 @@ class NativeEdtCliConverter implements IEdtCliEngine { Logger.println("Версия EDT выше 2024.1.X, для валидации используется 1cedtcli") - def edtcliCommand = "1cedtcli -data \"$workspaceLocation\" -vmargs -Xmx8g -command validate --file \"$resultFile\" $projectList" + def edtcliCommand = "1cedtcli -v -data \"$workspaceLocation\" -vmargs -Xmx8g -command validate --file \"$resultFile\" $projectList" steps.catchError { steps.cmd(edtcliCommand) }