diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-04-07 08:30:32 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-04-07 08:30:32 +0000 |
commit | 15e87cea3a374e8d929c28f6843170b182fe159a (patch) | |
tree | 628d14a453f307c229296b508b37d8d56e93a1b4 /doc | |
parent | c970fa973d482c50820db75d08d74bd5c1e9d475 (diff) | |
parent | 38796f56173caa2ed6575a4f60f7bf07ed90af55 (diff) | |
download | gitlab-ce-15e87cea3a374e8d929c28f6843170b182fe159a.tar.gz |
Merge branch '8998_skip_pending_commits_if_not_head' into 'master'
Add auto-cancel for pending pipelines on branch, if they are not HEAD
See merge request !9362
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/pipelines/settings.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/user/project/pipelines/settings.md b/doc/user/project/pipelines/settings.md index c398ac2eb25..88246e22391 100644 --- a/doc/user/project/pipelines/settings.md +++ b/doc/user/project/pipelines/settings.md @@ -60,6 +60,14 @@ anyone and those logged in respectively. If you wish to hide it so that only the members of the project or group have access to it, uncheck the **Public pipelines** checkbox and save the changes. +## Auto-cancel pending pipelines + +> [Introduced][ce-9362] in GitLab 9.1. + +If you want to auto-cancel all pending non-HEAD pipelines on branch, when +new pipeline will be created (after your git push or manually from UI), +check **Auto-cancel pending pipelines** checkbox and save the changes. + ## Badges In the pipelines settings page you can find pipeline status and test coverage @@ -111,3 +119,4 @@ into your `README.md`: [var]: ../../../ci/yaml/README.md#git-strategy [coverage report]: #test-coverage-parsing +[ce-9362]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9362 |