跳到主要内容

BuildResult

statusstringrequired

Possible values: [success, failed]

startedAtstring<date-time>required
endedAtstring<date-time>required
durationMsnumberrequired
stdoutstringrequired
stderrstringrequired
errorstring
BuildResult
{
"status": "success",
"startedAt": "2024-07-29T15:51:28.071Z",
"endedAt": "2024-07-29T15:51:28.071Z",
"durationMs": 0,
"stdout": "string",
"stderr": "string",
"error": "string"
}