| phase |
string |
The current phase of the build. |
| cancelled |
boolean |
Whether the build was cancelled. |
| message |
string |
Human-readable message about the build status. |
| reason |
string |
Brief machine-readable reason for the build status. |
| startTimestamp |
string |
Timestamp when the build started running. |
| completionTimestamp |
string |
Timestamp when the build completed. |
| duration |
integer |
Duration of the build in nanoseconds. |
| outputDockerImageReference |
string |
The Docker image reference of the built image. |
| output |
object |
Build output details. |
| logSnippet |
string |
The last few lines of the build log for failed builds. |