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",
|
"vrunnerSettings": "./tools/vrunner.json",
|
||||||
"archiveInfobase": {
|
"archiveInfobase": {
|
||||||
"onAlways": false,
|
"onAlways": false,
|
||||||
"onFailure": true,
|
"onFailure": false,
|
||||||
"onUnstable": true,
|
"onUnstable": false,
|
||||||
"onSuccess": false
|
"onSuccess": false
|
||||||
},
|
},
|
||||||
"extensions": []
|
"extensions": []
|
||||||
@@ -59,8 +59,8 @@
|
|||||||
],
|
],
|
||||||
"archiveInfobase": {
|
"archiveInfobase": {
|
||||||
"onAlways": false,
|
"onAlways": false,
|
||||||
"onFailure": true,
|
"onFailure": false,
|
||||||
"onUnstable": true,
|
"onUnstable": false,
|
||||||
"onSuccess": false
|
"onSuccess": false
|
||||||
},
|
},
|
||||||
"coverage": false,
|
"coverage": false,
|
||||||
|
Reference in New Issue
Block a user