From 907692ee9be4a5e910f8ae6559dc1f0728329c48 Mon Sep 17 00:00:00 2001 From: Nikita Gryzlov Date: Tue, 2 Nov 2021 20:32:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=B0=D0=BD=D0=BE=D0=BD=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=D0=BB=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BF=D1=83?= =?UTF-8?q?=D1=82=D0=B5=D0=B9=20=D0=BA=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA?= =?UTF-8?q?=D1=82=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../library/steps/EdtToDesignerFormatTransformation.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy b/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy index 365ac92..b87745a 100644 --- a/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy +++ b/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy @@ -34,7 +34,7 @@ class EdtToDesignerFormatTransformation implements Serializable { def env = steps.env(); def srcDir = config.srcDir - def projectDir = "$env.WORKSPACE/$srcDir" + def projectDir = new File("$env.WORKSPACE/$srcDir").getCanonicalPath() def workspaceDir = "$env.WORKSPACE/$WORKSPACE" def configurationRoot = "$env.WORKSPACE/$CONFIGURATION_DIR"