1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Fix status merging with skipped pipelines (#6176)

This commit is contained in:
qwerty287
2026-03-02 15:35:43 +01:00
committed by GitHub
parent 45c5c7bce3
commit 480f673ff7
19 changed files with 74 additions and 38 deletions
+4
View File
@@ -5529,6 +5529,7 @@ const docTemplate = `{
"success",
"failure",
"killed",
"canceled",
"error",
"blocked",
"declined",
@@ -5536,6 +5537,7 @@ const docTemplate = `{
],
"x-enum-comments": {
"StatusBlocked": "waiting for approval",
"StatusCanceled": "canceled but hasn't been started",
"StatusCreated": "created / internal use only",
"StatusDeclined": "blocked and declined",
"StatusError": "error with the config / while parsing / some other system problem",
@@ -5553,6 +5555,7 @@ const docTemplate = `{
"successfully finished",
"failed to finish (exit code != 0)",
"killed by user",
"canceled but hasn't been started",
"error with the config / while parsing / some other system problem",
"waiting for approval",
"blocked and declined",
@@ -5565,6 +5568,7 @@ const docTemplate = `{
"StatusSuccess",
"StatusFailure",
"StatusKilled",
"StatusCanceled",
"StatusError",
"StatusBlocked",
"StatusDeclined",