2.2. build : Create, list, cancel and get status/logs of repository builds
2.2.1.1. Implementation Notes 复制链接链接已复制到粘贴板!
Return the status for the builds specified by the build uuids.
2.2.1.2. Parameters 复制链接链接已复制到粘贴板!
| Parameter | Value | Description | Parameter Type | Data Type |
| build_uuid | required | The UUID of the build | path | string |
| repository | required | The full path of the repository. e.g. namespace/name | path | string |
2.2.1.3. Response Messages 复制链接链接已复制到粘贴板!
| HTTP Status Code | Reason | Response Model | Headers |
|---|---|---|---|
| 200 | Successful invocation |
| |
| 400 | Bad Request |
| |
| 401 | Session required |
| |
| 403 | Unauthorized access |
| |
| 404 | Not found |
|