gitlab-org--gitlab-foss/doc/api/ci/README.md
Achilleas Pipinellis 47c9b7d34c Update CI API docs
- Move ci/api under api/ci
- Clean up builds.md and runners.md
- Replace old links with new ones
- Add CI API links in ci/README.md
2016-06-14 14:47:32 +02:00

479 B

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