2.2. build : Create, list, cancel and get status/logs of repository builds.
2.2.1. get /api/v1/repository/{repository}/build/ リンクのコピーリンクがクリップボードにコピーされました!
2.2.1.1. Implementation Notes リンクのコピーリンクがクリップボードにコピーされました!
Get the list of repository builds.
2.2.1.2. Parameters リンクのコピーリンクがクリップボードにコピーされました!
| Parameter | Value | Description | Parameter Type | Data Type |
|---|---|---|---|---|
| repository | required | The full path of the repository. e.g. namespace/name | path | string |
| since | Returns all builds since the given unix timecode | query | integer | |
| limit | The maximum number of builds to return | query | integer |
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 |
|