You've already forked jenkins-lib
forked from jenkins/jenkins-lib
Передача vrunner.json в syntax-check
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
},
|
||||
"syntaxCheck": {
|
||||
"groupErrorsByMetadata": true,
|
||||
"pathToJUnitReport": "build/out/jUnit/syntax.xml",
|
||||
"pathToJUnitReport": "./build/out/jUnit/syntax.xml",
|
||||
"checkModes": [
|
||||
"-ThinClient",
|
||||
"-WebClient",
|
||||
@@ -43,7 +43,8 @@
|
||||
"-CheckUseModality",
|
||||
"-CheckUseSynchronousCalls",
|
||||
"-DistributiveModules"
|
||||
]
|
||||
],
|
||||
"vrunnerSettings": "./tools/vrunner.json"
|
||||
},
|
||||
"resultsTransform": {
|
||||
"removeSupport": false,
|
||||
|
@@ -118,7 +118,7 @@
|
||||
"properties" : {
|
||||
"pathToJUnitReport" : {
|
||||
"type" : "string",
|
||||
"description" : "Путь к файлу отчета jUnit"
|
||||
"description" : "Путь к файлу отчета jUnit\n По умолчанию содержит значение \"./build/out/junitsyntax.xml\"\n "
|
||||
},
|
||||
"groupErrorsByMetadata" : {
|
||||
"type" : "boolean",
|
||||
@@ -130,6 +130,10 @@
|
||||
"items" : {
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
"vrunnerSettings" : {
|
||||
"type" : "string",
|
||||
"description" : "Путь к конфигурационному файлу vanessa-runner.\n По умолчанию содержит значение \"./tools/vrunner.json\".\n "
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user