diff options
author | Sean McGivern <sean@gitlab.com> | 2019-07-23 11:57:30 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-07-23 11:57:30 +0000 |
commit | b2e4a7957ab7ae8e4ed5ae1fd4c0f3f826f26777 (patch) | |
tree | 69563679e9d5093a8ec884a9f3b6ba5962176f82 /doc | |
parent | 69adeb3718099de8bbf3090251d0061e90cada14 (diff) | |
parent | 41b8dca877ba790cd56677dc6405e16b631f9854 (diff) | |
download | gitlab-ce-b2e4a7957ab7ae8e4ed5ae1fd4c0f3f826f26777.tar.gz |
Merge branch 'gsemet/gitlab-ce-gsemet-master-patch-33258' into 'master'
Multiple pipeline support for Build status
See merge request gitlab-org/gitlab-ce!30828
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/commits.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md index 1a835c0a872..1f17eaea46d 100644 --- a/doc/api/commits.md +++ b/doc/api/commits.md @@ -582,6 +582,7 @@ POST /projects/:id/statuses/:sha | `target_url` | string | no | The target URL to associate with this status | `description` | string | no | The short description of the status | `coverage` | float | no | The total code coverage +| `pipeline_id` | integer | no | The ID of the pipeline to set status. Use in case of several pipeline on same SHA. ```bash curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/17/statuses/18f3e63d05582537db6d183d9d557be09e1f90c8?state=success" |