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",
|
"reportFormat": "jUnit",
|
||||||
"showReport": false,
|
"showReport": false,
|
||||||
"logging": {
|
"logging": {
|
||||||
"file": "./build/out/yaxunit/log.txt",
|
"enable": true,
|
||||||
"enable": false,
|
"console": true,
|
||||||
"level": "debug"
|
"level": "info"
|
||||||
},
|
},
|
||||||
"exitCode": "./build/out/yaxunit/result.txt"
|
"exitCode": "./build/out/yaxunit/result.txt"
|
||||||
}
|
}
|
Reference in New Issue
Block a user