15 lines
733 B
JSON
15 lines
733 B
JSON
{
|
|
"schemaVersion": 2,
|
|
"providerAdapter": ".gitea/workflows/quality-gates.yml",
|
|
"commands": [],
|
|
"artifactSchemas": [{ "id": "text", "kind": "text", "maxBytes": 1024 }],
|
|
"artifacts": [{ "id": "log", "path": "artifacts/gate.txt", "schemaId": "text" }],
|
|
"gates": [
|
|
{ "id": "FE-GATE-001", "name": "one", "commandIds": ["command"], "logArtifactId": "log", "evidenceArtifactIds": ["log"], "retentionClassId": "merge" },
|
|
{ "id": "FE-GATE-001", "name": "duplicate", "commandIds": ["command"], "logArtifactId": "log", "evidenceArtifactIds": ["log"], "retentionClassId": "merge" }
|
|
],
|
|
"stages": [],
|
|
"jobs": [],
|
|
"retention": { "durationStatus": "UNSUPPORTED", "classes": [{ "id": "merge", "policy": "one cycle" }] }
|
|
}
|