diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-05-16 09:18:55 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-05-16 09:18:55 +0000 |
commit | b0ce5e1e307f5696aa3d9b030a3bce424becb3b5 (patch) | |
tree | 32b961370888361510bcfecd617d337d892f9beb /doc | |
parent | 791dd5a6f134088f5cbf3ecf7bab23cf2f63b3a1 (diff) | |
parent | 02e156c2e726c2b06df87d371511694f0e03027e (diff) | |
download | gitlab-ce-b0ce5e1e307f5696aa3d9b030a3bce424becb3b5.tar.gz |
Merge branch 'zj-pipeline-schedule-owner' into 'master'
Foreign key for Pipeline schedule owner
Closes #31932
See merge request !11233
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/pipeline_schedules.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ci/pipeline_schedules.md b/doc/ci/pipeline_schedules.md index 0a9b0e7173f..73451da6c0c 100644 --- a/doc/ci/pipeline_schedules.md +++ b/doc/ci/pipeline_schedules.md @@ -35,6 +35,10 @@ To change the Sidekiq worker's frequency, you have to edit the `trigger_schedule value in your `gitlab.rb` and restart GitLab. The Sidekiq worker's configuration on GiLab.com is able to be looked up at [here](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/gitlab.yml.example#L185). - Cron notation is parsed by [Rufus-Scheduler](https://github.com/jmettraux/rufus-scheduler). +- When the owner of the schedule does not have the ability to create pipelines +anymore, due to e.g. being blocked or removed from the project, the schedule is +deactivated. Another user can take ownership and activate it, so the schedule is +run again. [ce-10533]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10533 [ce-10853]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10853 |