You've already forked jenkins-lib
forked from jenkins/jenkins-lib
removeSupport по умолчанию включен
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
"vrunnerSettings": "./tools/vrunner.json"
|
||||
},
|
||||
"resultsTransform": {
|
||||
"removeSupport": false,
|
||||
"removeSupport": true,
|
||||
"supportLevel": 0
|
||||
},
|
||||
"git": {
|
||||
|
@@ -144,7 +144,7 @@
|
||||
"properties" : {
|
||||
"removeSupport" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Фильтровать замечания по уровню поддержки модуля"
|
||||
"description" : "Фильтровать замечания по уровню поддержки модуля. По умолчанию включено."
|
||||
},
|
||||
"supportLevel" : {
|
||||
"type" : "integer",
|
||||
|
@@ -7,8 +7,8 @@ import com.fasterxml.jackson.annotation.JsonPropertyDescription
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
class ResultsTransformOptions implements Serializable {
|
||||
|
||||
@JsonPropertyDescription("Фильтровать замечания по уровню поддержки модуля")
|
||||
boolean removeSupport
|
||||
@JsonPropertyDescription("Фильтровать замечания по уровню поддержки модуля. По умолчанию включено.")
|
||||
boolean removeSupport = true
|
||||
|
||||
@JsonPropertyDescription("""Настройка фильтрации замечаний по уровню поддержки.
|
||||
0 - удалить файлы на замке;
|
||||
|
Reference in New Issue
Block a user