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 927c7ab commit 24ccce7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ru/pulsar/jenkins/library/steps/GetExtensions.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class GetExtensions implements Serializable {
Logger.println("Сборка расширений")

config.initInfoBaseOptions.extensions.each {
println(InitMethod.SOURCE)
pintln(it.initMethod)
if (it.initMethod == InitMethod.SOURCE) {
Logger.println("Сборка расширения ${it.name} из исходников")
buildExtension(it, srcDir, vrunnerPath)
Expand Down

0 comments on commit 24ccce7

Please sign in to comment.