1
0

Обновление схем

This commit is contained in:
Nikita Gryzlov
2020-04-17 15:54:20 +03:00
parent 13eaf45115
commit 501dcfccc4
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"storage": "UNKNOWN_ID" "storage": "UNKNOWN_ID"
}, },
"stages": { "stages": {
"sonarQube": false, "sonarqube": false,
"syntaxCheck": false "syntaxCheck": false
}, },
"sonarqube": { "sonarqube": {

View File

@@ -26,7 +26,7 @@
"id" : "urn:jsonschema:ru:pulsar:jenkins:library:configuration:StageFlags", "id" : "urn:jsonschema:ru:pulsar:jenkins:library:configuration:StageFlags",
"description" : "Включение этапов сборок", "description" : "Включение этапов сборок",
"properties" : { "properties" : {
"sonarQube" : { "sonarqube" : {
"type" : "boolean", "type" : "boolean",
"description" : "Анализ SonarQube включен" "description" : "Анализ SonarQube включен"
}, },