diff options
author | Filipa Lacerda <lacerda.filipa@gmail.com> | 2017-02-21 18:24:54 +0000 |
---|---|---|
committer | Filipa Lacerda <lacerda.filipa@gmail.com> | 2017-02-21 18:24:54 +0000 |
commit | 7094f50d3893d5ac415045e899d0b3994af5c6e7 (patch) | |
tree | c34b65cc1d50cd27cdaa1b7108ca68efc9a0cf93 /doc | |
parent | 3619c221a13e915537be97603421381ce0e6765f (diff) | |
parent | 4ad2fbc35ced9d42186606e426b66857f9a7d54f (diff) | |
download | gitlab-ce-7094f50d3893d5ac415045e899d0b3994af5c6e7.tar.gz |
Merge branch 'rename-retry-failed-pipeline-to-retry' into 'master'
Rename retry failed button on pipeline page to just retry
See merge request !9369
Diffstat (limited to 'doc')
-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 |