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 ce00e63 commit 6cb1afd
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("Сборка расширений")

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

0 comments on commit 6cb1afd

Please sign in to comment.