1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-03-05 16:07:19 +02:00

Apply suggestions from code review

This commit is contained in:
Nikita Fedkin 2025-01-24 09:19:10 +01:00 committed by GitHub
parent 385bf6a7c8
commit a6aad1b622
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -416,12 +416,12 @@
"publishToAllureReport" : {
"type" : "boolean",
"description" : "Выполнять публикацию результатов в отчет Allure.\n По умолчанию выключено.\n ",
"default" : "false"
"default" : false
},
"publishToJUnitReport" : {
"type" : "boolean",
"description" : "Выполнять публикацию результатов в отчет JUnit.\n По умолчанию включено.\n ",
"default" : "true"
"default" : true
},
"vrunnerSettings" : {
"type" : "string",