Skip to content

Commit

Permalink
тест
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovEV committed Mar 14, 2024
1 parent 626333a commit c30558c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/pulsar/jenkins/library/steps/GetExtensions.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class GetExtensions implements Serializable {
// 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)
localPathToExtension.copyFrom(localFilePath.toURI().toURL())
localPathToExtension.copyFrom(localFilePath)
}
}

Expand Down

0 comments on commit c30558c

Please sign in to comment.