diff options
author | Andre Ippisch <ippisch@cs.uni-duesseldorf.de> | 2017-06-01 06:49:32 +0000 |
---|---|---|
committer | Andre Ippisch <ippisch@cs.uni-duesseldorf.de> | 2017-06-01 06:49:32 +0000 |
commit | d5d41807da8f92fbddf0f5bda2f8e1b1b58c86f2 (patch) | |
tree | 7d7490cc868e6822173e9ca093680bf854bf2e32 /doc/user | |
parent | dd0f8b8ccc3b5f61e31703f7391a919b702934a5 (diff) | |
download | gitlab-ce-d5d41807da8f92fbddf0f5bda2f8e1b1b58c86f2.tar.gz |
Fix pipeline schedule value name in documentation
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/project/pipelines/schedules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pipelines/schedules.md b/doc/user/project/pipelines/schedules.md index 641876f948f..d19d184f9b0 100644 --- a/doc/user/project/pipelines/schedules.md +++ b/doc/user/project/pipelines/schedules.md @@ -53,7 +53,7 @@ Sidekiq, which runs according to its interval. For example, if you set a schedule to create a pipeline every minute (`* * * * *`) and the Sidekiq worker runs on 00:00 and 12:00 every day (`0 */12 * * *`), only 2 pipelines will be created per day. To change the Sidekiq worker's frequency, you have to edit the -`trigger_schedule_worker_cron` value in your `gitlab.rb` and restart GitLab. +`pipeline_schedule_worker_cron` value in your `gitlab.rb` and restart GitLab. For GitLab.com, you can check the [dedicated settings page][settings]. If you don't have admin access to the server, ask your administrator. |