diff --git a/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy b/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy index c6c1d4f0..e887b27e 100644 --- a/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy +++ b/src/ru/pulsar/jenkins/library/steps/EdtToDesignerFormatTransformation.groovy @@ -39,7 +39,7 @@ class EdtToDesignerFormatTransformation implements Serializable { def env = steps.env(); def srcDir = config.srcDir - def workspaceDir = FileUtils.getFilePath("$env.WORKSPACE/$WORKSPACE") + String workspaceDir = FileUtils.getFilePath("$env.WORKSPACE/$WORKSPACE") def projectWorkspaceDir = FileUtils.getFilePath("$workspaceDir/cf") def projectDir = FileUtils.getFilePath("$env.WORKSPACE/$srcDir")