mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-02-12 14:57:15 +02:00
Каноникализация путей к проекту
This commit is contained in:
parent
ad6d1d5d78
commit
907692ee9b
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user