You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
fix defaults
This commit is contained in:
@@ -47,8 +47,8 @@
|
||||
"vrunnerSettings": "./tools/vrunner.json",
|
||||
"archiveInfobase": {
|
||||
"onAlways": false,
|
||||
"onFailure": true,
|
||||
"onUnstable": true,
|
||||
"onFailure": false,
|
||||
"onUnstable": false,
|
||||
"onSuccess": false
|
||||
},
|
||||
"extensions": []
|
||||
@@ -59,8 +59,8 @@
|
||||
],
|
||||
"archiveInfobase": {
|
||||
"onAlways": false,
|
||||
"onFailure": true,
|
||||
"onUnstable": true,
|
||||
"onFailure": false,
|
||||
"onUnstable": false,
|
||||
"onSuccess": false
|
||||
},
|
||||
"coverage": false,
|
||||
|
Reference in New Issue
Block a user