From 501dcfccc4e56eae2596d818ea83fcd7d07bc96e Mon Sep 17 00:00:00 2001 From: Nikita Gryzlov Date: Fri, 17 Apr 2020 15:54:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=81=D1=85=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/globalConfiguration.json | 2 +- resources/schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/globalConfiguration.json b/resources/globalConfiguration.json index d89727d..87d1e6a 100644 --- a/resources/globalConfiguration.json +++ b/resources/globalConfiguration.json @@ -5,7 +5,7 @@ "storage": "UNKNOWN_ID" }, "stages": { - "sonarQube": false, + "sonarqube": false, "syntaxCheck": false }, "sonarqube": { diff --git a/resources/schema.json b/resources/schema.json index b05146b..7ae4537 100644 --- a/resources/schema.json +++ b/resources/schema.json @@ -26,7 +26,7 @@ "id" : "urn:jsonschema:ru:pulsar:jenkins:library:configuration:StageFlags", "description" : "Включение этапов сборок", "properties" : { - "sonarQube" : { + "sonarqube" : { "type" : "boolean", "description" : "Анализ SonarQube включен" },