1
0
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:
Dima
2025-01-21 10:26:32 +03:00
parent 1eafa08129
commit 296660e2a8

View File

@@ -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,