Files
gitlabhq/doc/ci/api
Rémy CoutableandYorick Peterse 223c64f8b5 Merge branch 'feature/incremental-build-trace-update' into 'master'
Add incremental build trace update API

Closes #14537 

Must be merged if we want changes from gitlab-org/gitlab-ci-multi-runner!124 to work.

See merge request !3447
2016-04-21 09:23:43 +00:00
..

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