Skip to content

Commit

Permalink
Исправлено значение по умолчанию.
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Sep 12, 2024
1 parent 15c43d3 commit 7a09d2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SonarQubeOptions implements Serializable {
* auto - применяется автоконфигурация sonar-scanner силами branchplugin. Так же может применяться для отключения конфигурирования, если branch plugin отсутствует;
* fromEnv - применяется ручная конфигурация sonar-scanner на основе переменных среды.
Значение по умолчанию: fromEnv.""")
@JsonProperty(defaultValue = "auto")
@JsonProperty(defaultValue = "fromEnv")
BranchAnalysisConfiguration branchAnalysisConfiguration

@JsonPropertyDescription("""Ожидать состояние Quality Gate от SonarQube после загрузки анализа. По умолчанию `false`.
Expand Down

0 comments on commit 7a09d2b

Please sign in to comment.