mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2024-12-12 11:25:04 +02:00
26 lines
517 B
JSON
26 lines
517 B
JSON
|
{
|
||
|
"reportPath": "./build/out/yaxunit/junit.xml",
|
||
|
"closeAfterTests": true,
|
||
|
"filter": {
|
||
|
"extensions": [
|
||
|
"YAXUNIT"
|
||
|
],
|
||
|
"modules": null,
|
||
|
"suites": null,
|
||
|
"tags": null,
|
||
|
"contexts": null,
|
||
|
"paths": null,
|
||
|
"tests": null
|
||
|
},
|
||
|
"settings": {
|
||
|
"ВТранзакции": true
|
||
|
},
|
||
|
"reportFormat": "jUnit",
|
||
|
"showReport": false,
|
||
|
"logging": {
|
||
|
"file": "./build/out/yaxunit/log.txt",
|
||
|
"enable": false,
|
||
|
"level": "debug"
|
||
|
},
|
||
|
"exitCode": "./build/out/yaxunit/result.txt"
|
||
|
}
|