mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Improve build status reporting by adding duration, date added, and parent context to the status response. The parent field enables `Required builds` to be set in bitbucket datacenter, to block merges to main before tests pass.
11 lines
273 B
JSON
11 lines
273 B
JSON
{
|
|
"key": "ci/woodpecker/push/build",
|
|
"state": "SUCCESSFUL",
|
|
"url": "/repos/1/pipeline/42/1",
|
|
"dateAdded": 1759825800000,
|
|
"description": "Pipeline was successful",
|
|
"duration": 83000,
|
|
"parent": "ci/woodpecker/push/build",
|
|
"ref": "refs/heads/feature-branch"
|
|
}
|