From 0fd8cae14fac9849b4ce9442f16dcf3275569ec2 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Wed, 6 Mar 2024 18:57:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BC=D0=B5=D0=BD=D0=B0=20=D1=88=D0=B0?= =?UTF-8?q?=D0=B3=D0=B0=20cmd=20=D0=BD=D0=B0=20ringCommand?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../library/steps/EdtToDesignerFormatTransformation.groovy | 2 +- src/ru/pulsar/jenkins/library/steps/EdtValidate.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy b/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy index f80acf2..315d797 100644 --- a/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy +++ b/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy @@ -50,7 +50,7 @@ class EdtToDesignerFormatTransformation implements Serializable { def ringOpts = [Constants.DEFAULT_RING_OPTS] steps.withEnv(ringOpts) { - steps.cmd(ringCommand) + steps.ringCommand(ringCommand) } steps.zip(CONFIGURATION_DIR, CONFIGURATION_ZIP) diff --git a/src/ru/pulsar/jenkins/library/steps/EdtValidate.groovy b/src/ru/pulsar/jenkins/library/steps/EdtValidate.groovy index c24f812..1c225fb 100644 --- a/src/ru/pulsar/jenkins/library/steps/EdtValidate.groovy +++ b/src/ru/pulsar/jenkins/library/steps/EdtValidate.groovy @@ -55,7 +55,7 @@ class EdtValidate implements Serializable { def ringOpts = [Constants.DEFAULT_RING_OPTS] steps.withEnv(ringOpts) { steps.catchError { - steps.cmd(ringCommand) + steps.ringCommand(ringCommand) } }