diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-22 14:30:22 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-22 14:30:22 +0200 |
commit | 13fd08b15705cadfdd1c02fccde3662502a31d94 (patch) | |
tree | 2e6a1751ccb7899216e3f2b11aa695f2c3cbecab /doc/api/builds.md | |
parent | a612ac1cb453ec4b7b72fd8e3e26c30a27e62590 (diff) | |
download | gitlab-ce-13fd08b15705cadfdd1c02fccde3662502a31d94.tar.gz |
Add when the API changes got introduced
[ci skip]
Diffstat (limited to 'doc/api/builds.md')
-rw-r--r-- | doc/api/builds.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/builds.md b/doc/api/builds.md index 261a83693cb..d3ce72e59fc 100644 --- a/doc/api/builds.md +++ b/doc/api/builds.md @@ -257,6 +257,8 @@ Example of response ## Get build artifacts +> [Introduced][ce-2893] in GitLab 8.5 + Get build artifacts of a project ``` @@ -279,6 +281,8 @@ Response: | 200 | Serves the artifacts file | | 404 | Build not found or no artifacts | +[ce-2893]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2893 + ## Cancel a build Cancel a single build of a project |