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-11-27 11:55:08 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2017-11-27 11:55:08 +0300
commit5d8906766068a230f96c6fc5df182553edff69e1 (patch)
tree8b589713a9aec0fe0f109b4589fd5d01b02789b6
parent815f35be4f84646cd723ae3beb0053bbe52ad136 (diff)
parent308f2ecd1d9355959298828c83fdabf5208c59a1 (diff)
Merge branch 'fix_schedules_documentation' into 'master'
removed 'only once' from the docs Closes #39261 See merge request gitlab-org/gitlab-ce!15601
-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 eac706be3a7..2101e3b1d58 100644
--- a/doc/user/project/pipelines/schedules.md
+++ b/doc/user/project/pipelines/schedules.md
@@ -5,7 +5,7 @@
- In 9.2, the feature was [renamed to Pipeline Schedule][ce-10853].
- Cron notation is parsed by [Rufus-Scheduler](https://github.com/jmettraux/rufus-scheduler).
-Pipeline schedules can be used to run pipelines only once, or for example every
+Pipeline schedules can be used to run a pipeline at specific intervals, for example every
month on the 22nd for a certain branch.
## Using Pipeline schedules