Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-06-01 13:11:56 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2017-06-01 13:11:56 +0300
commit8e4ba54aa44a5636684b2b99741e372d657d4316 (patch)
tree19d64c0bcdcf496166b30f874d7b7fb9e44f55b8
parentf74f03383f5ea1e6243eff1b091211e28c5ddbf1 (diff)
parentd5d41807da8f92fbddf0f5bda2f8e1b1b58c86f2 (diff)
Merge branch '33142-pipeline-schedule-documentation-fix' into 'master'
Fix pipeline schedule value name in documentation, fixes #33142 Closes #33142 See merge request !11840
-rw-r--r--doc/user/project/pipelines/schedules.md2
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.