debian-mirror-gitlab/doc/ci/api
2016-06-02 11:05:42 +05:30
..
builds.md Imported Upstream version 8.8.2+dfsg 2016-06-02 11:05:42 +05:30
README.md Imported Upstream version 8.8.2+dfsg 2016-06-02 11:05:42 +05:30
runners.md Imported Upstream version 8.8.2+dfsg 2016-06-02 11:05:42 +05:30

GitLab CI API

Purpose

Main purpose of GitLab CI API is to provide necessary data and context for GitLab CI Runners.

For consumer API take a look at this documentation where you will find all relevant information.

API Prefix

Current CI API prefix is /ci/api/v1.

You need to prepend this prefix to all examples in this documentation, like:

GET /ci/api/v1/builds/:id/artifacts

Resources