From db645664b050b1e27312d47fc337846044879c7b Mon Sep 17 00:00:00 2001 From: Nikita Gryzlov Date: Thu, 4 Nov 2021 15:38:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20catchError=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=20=D0=BA=D0=BE=D0=BD=D0=B2=D0=B5=D1=80=D1=82?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../library/steps/EdtToDesignerFormatTransformation.groovy | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy b/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy index eb9f8f8..a925b64 100644 --- a/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy +++ b/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy @@ -47,10 +47,7 @@ class EdtToDesignerFormatTransformation implements Serializable { def ringOpts =[Constants.DEFAULT_RING_OPTS] steps.withEnv(ringOpts) { - steps.catchError { - steps.cmd(ringCommand) - } - steps.archiveArtifacts("$WORKSPACE/.metadata/.log") + steps.cmd(ringCommand) } steps.zip(CONFIGURATION_DIR, CONFIGURATION_ZIP)