Merge branch 'add_missing_doc' into 'master'
Add when the API changes got introduced See merge request !2912
This commit is contained in:
commit
f51d8af5a7
2 changed files with 8 additions and 0 deletions
|
@ -257,6 +257,8 @@ Example of response
|
||||||
|
|
||||||
## Get build artifacts
|
## Get build artifacts
|
||||||
|
|
||||||
|
> [Introduced][ce-2893] in GitLab 8.5
|
||||||
|
|
||||||
Get build artifacts of a project
|
Get build artifacts of a project
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -279,6 +281,8 @@ Response:
|
||||||
| 200 | Serves the artifacts file |
|
| 200 | Serves the artifacts file |
|
||||||
| 404 | Build not found or no artifacts |
|
| 404 | Build not found or no artifacts |
|
||||||
|
|
||||||
|
[ce-2893]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2893
|
||||||
|
|
||||||
## Cancel a build
|
## Cancel a build
|
||||||
|
|
||||||
Cancel a single build of a project
|
Cancel a single build of a project
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Runners API
|
# Runners API
|
||||||
|
|
||||||
|
> [Introduced][ce-2640] in GitLab 8.5
|
||||||
|
|
||||||
|
[ce-2640]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2640
|
||||||
|
|
||||||
## List owned runners
|
## List owned runners
|
||||||
|
|
||||||
Get a list of specific runners available to the user.
|
Get a list of specific runners available to the user.
|
||||||
|
|
Loading…
Reference in a new issue