mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-03-17 21:17:50 +02:00
sonarQube -> sonarqube
This commit is contained in:
parent
64b6b683f0
commit
06d78d2ba1
@ -7,7 +7,7 @@ import com.fasterxml.jackson.annotation.JsonPropertyDescription
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
class StageFlags implements Serializable {
|
||||
@JsonPropertyDescription("Анализ SonarQube включен")
|
||||
boolean sonarQube
|
||||
boolean sonarqube
|
||||
|
||||
@JsonPropertyDescription("Синтаксический контроль включен")
|
||||
boolean syntaxCheck
|
||||
@ -16,7 +16,7 @@ class StageFlags implements Serializable {
|
||||
@NonCPS
|
||||
String toString() {
|
||||
return "StageFlags{" +
|
||||
"sonarQube=" + sonarQube +
|
||||
"sonarQube=" + sonarqube +
|
||||
", syntaxCheck=" + syntaxCheck +
|
||||
'}';
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ class SonarScanner implements Serializable {
|
||||
|
||||
Logger.printLocation()
|
||||
|
||||
if (!config.stageFlags.sonarQube) {
|
||||
if (!config.stageFlags.sonarqube) {
|
||||
steps.echo("SonarQube step is disabled")
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user