mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-06-01 00:39:32 +02:00
тест
This commit is contained in:
parent
09b885b937
commit
19951749c2
@ -78,8 +78,8 @@ class GetExtensions implements Serializable {
|
||||
localPathToExtension.copyFrom(new URL(extension.path))
|
||||
} else {
|
||||
// If the path is a local file, copy the file
|
||||
String localPath = extension.path.startsWith("./") ? "$env.WORKSPACE/${extension.path.substring(1)}" : extension.path
|
||||
FilePath localFilePath = FileUtils.getFilePath(localPath)
|
||||
// String localPath = extension.path.startsWith("./") ? "$env.WORKSPACE/${extension.path.substring(1)}" : extension.path
|
||||
FilePath localFilePath = FileUtils.getFilePath(extension.path)
|
||||
localPathToExtension.copyFrom(localFilePath)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user