Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9483d9b1
Commit
9483d9b1
authored
Nov 05, 2020
by
Rachel Gottesman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit CI schedules doc based on Vale
parent
4394fad1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/ci/pipelines/schedules.md
doc/ci/pipelines/schedules.md
+7
-7
No files found.
doc/ci/pipelines/schedules.md
View file @
9483d9b1
...
...
@@ -85,10 +85,10 @@ job:
### Advanced configuration
The pipelines
won't be
executed exactly on schedule because schedules are handled by
The pipelines
are not
executed exactly on schedule because schedules are handled by
Sidekiq, which runs according to its interval.
For example, only two pipelines
will b
e created per day if:
For example, only two pipelines
ar
e created per day if:
-
You set a schedule to create a pipeline every minute (
`* * * * *`
).
-
The Sidekiq worker runs on 00:00 and 12:00 every day (
`0 */12 * * *`
).
...
...
@@ -112,8 +112,8 @@ To trigger a pipeline schedule manually, click the "Play" button:
![
Play Pipeline Schedule
](
img/pipeline_schedule_play.png
)
This
will schedule
a background job to run the pipeline schedule. A flash
message
will provide
a link to the CI/CD Pipeline index page.
This
schedules
a background job to run the pipeline schedule. A flash
message
provides
a link to the CI/CD Pipeline index page.
NOTE:
**Note:**
To help avoid abuse, users are rate limited to triggering a pipeline once per
...
...
@@ -124,12 +124,12 @@ minute.
Pipelines are executed as a user, who owns a schedule. This influences what projects and other resources the pipeline has access to.
If a user does not own a pipeline, you can take ownership by clicking the
**Take ownership**
button.
The next time a pipeline is scheduled, your credentials
will b
e used.
The next time a pipeline is scheduled, your credentials
ar
e used.
![
Schedules list
](
img/pipeline_schedules_ownership.png
)
If the owner of a pipeline schedule does
n'
t have the ability to create
pipelines on the target branch, the schedule
will stop
creating new
If the owner of a pipeline schedule does
no
t have the ability to create
pipelines on the target branch, the schedule
stops
creating new
pipelines.
This can happen if, for example:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment