Skip to content

Commit

Permalink
Фикс
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanovEV committed Jan 19, 2024
1 parent 99226ff commit 9f47243
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 @@ -36,7 +36,7 @@ class GetExtensions implements Serializable {

Logger.println("Сборка расширений")

outDir = "$env.WORKSPACE/${EXTENSIONS_OUT_DIR}"
String outDir = "$env.WORKSPACE/${EXTENSIONS_OUT_DIR}"
dir(outDir) { echo '' }
config.initInfoBaseOptions.extensions.each {
if (it.initMethod == InitMethod.SOURCE) {
Expand Down

0 comments on commit 9f47243

Please sign in to comment.