mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
Add documentation for commit builds API improvements
This commit is contained in:
@@ -107,6 +107,11 @@ Example of response
|
||||
|
||||
Get a list of builds for specific commit in a project.
|
||||
|
||||
This endpoint will return all builds, from all pipelines for a given commit.
|
||||
If the commit SHA is not found, it will respond with 404, otherwise it will
|
||||
return an array of builds (an empty array if there are no builds for this
|
||||
particular commit).
|
||||
|
||||
```
|
||||
GET /projects/:id/repository/commits/:sha/builds
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user