You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
default info logging to console for yaxunit
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
"reportFormat": "jUnit",
|
||||
"showReport": false,
|
||||
"logging": {
|
||||
"file": "./build/out/yaxunit/log.txt",
|
||||
"enable": false,
|
||||
"level": "debug"
|
||||
"enable": true,
|
||||
"console": true,
|
||||
"level": "info"
|
||||
},
|
||||
"exitCode": "./build/out/yaxunit/result.txt"
|
||||
}
|
Reference in New Issue
Block a user