Skip to content

Commit

Permalink
Фикс
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovEV committed Jan 18, 2024
1 parent 09d91c6 commit 2351743
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 @@ -27,7 +27,7 @@ class GetExtensions implements Serializable {
Logger.printLocation()

def env = steps.env()
FileUtils.getFilePath("$env.WORKSPACE/$CONFIGURATION_DIR")
FileUtils.getFilePath("$env.WORKSPACE/$EXTENSIONS_OUT_DIR")

steps.installLocalDependencies();

Expand Down

0 comments on commit 2351743

Please sign in to comment.