You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
mv syntaxCheck to separate class, add publish to allure
This commit is contained in:
@@ -64,7 +64,6 @@
|
||||
},
|
||||
"syntaxCheck": {
|
||||
"groupErrorsByMetadata": true,
|
||||
"pathToJUnitReport": "./build/out/jUnit/syntax.xml",
|
||||
"exceptionFile": "./tools/syntax-check-exception-file.txt",
|
||||
"checkModes": [
|
||||
"-ThinClient",
|
||||
@@ -79,7 +78,9 @@
|
||||
"-CheckUseSynchronousCalls",
|
||||
"-DistributiveModules"
|
||||
],
|
||||
"vrunnerSettings": "./tools/vrunner.json"
|
||||
"vrunnerSettings": "./tools/vrunner.json",
|
||||
"publishToAllureReport": false,
|
||||
"publishToJUnitReport": true
|
||||
},
|
||||
"smoke": {
|
||||
"vrunnerSettings": "./tools/vrunner.json",
|
||||
|
@@ -378,9 +378,13 @@
|
||||
"type" : "boolean",
|
||||
"description" : "Группировать выявленные ошибки по объектам метаданных.\n По умолчанию включено.\n "
|
||||
},
|
||||
"pathToJUnitReport" : {
|
||||
"type" : "string",
|
||||
"description" : "Путь к файлу отчета jUnit\n По умолчанию содержит значение \"./build/out/jUnit/syntax.xml\"\n "
|
||||
"publishToAllureReport" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Выполнять публикацию результатов в отчет Allure.\n По умолчанию выключено.\n "
|
||||
},
|
||||
"publishToJUnitReport" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Выполнять публикацию результатов в отчет JUnit.\n По умолчанию включено.\n "
|
||||
},
|
||||
"vrunnerSettings" : {
|
||||
"type" : "string",
|
||||
|
Reference in New Issue
Block a user