diff options
author | dimitrieh <dimitriehoekstra@gmail.com> | 2017-02-20 17:08:29 +0100 |
---|---|---|
committer | dimitrieh <dimitriehoekstra@gmail.com> | 2017-02-20 17:08:29 +0100 |
commit | b86640fee90a7bc7b752b0d66ac7310dd9673b23 (patch) | |
tree | 36bf7bf98fa8df13bca62330d980f9837e09fa74 /doc/api/pipelines.md | |
parent | cd04235efe4dd20accc9c7e1567fe5ccf95f7780 (diff) | |
download | gitlab-ce-b86640fee90a7bc7b752b0d66ac7310dd9673b23.tar.gz |
fixed specs + docs
Diffstat (limited to 'doc/api/pipelines.md')
-rw-r--r-- | doc/api/pipelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/pipelines.md b/doc/api/pipelines.md index 82351ae688f..f3c9827f742 100644 --- a/doc/api/pipelines.md +++ b/doc/api/pipelines.md @@ -163,7 +163,7 @@ Example of response } ``` -## Retry failed builds in a pipeline +## Retry builds in a pipeline > [Introduced][ce-5837] in GitLab 8.11 |