Skip to content

Commit ff171f1

Browse files
stanhuaxilleas
authored andcommitted
Add docs for playing a CI pipeline schedule
1 parent 597a722 commit ff171f1

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Loading
Loading

doc/user/project/pipelines/schedules.md

+15
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ is installed on.
3131

3232
![Schedules list](img/pipeline_schedules_list.png)
3333

34+
### Running a scheduled pipeline manually
35+
36+
> [Introduced][ce-15700] in GitLab 10.4.
37+
38+
To trigger a pipeline schedule manually, click the "Play" button:
39+
40+
![Play Pipeline Schedule](img/pipeline_schedule_play.png)
41+
42+
This will schedule a background job to run the pipeline schedule. A flash
43+
message will provide a link to the CI/CD Pipeline index page.
44+
45+
To help avoid abuse, users are rate limited to triggering a pipeline once per
46+
minute.
47+
3448
### Making use of scheduled pipeline variables
3549

3650
> [Introduced][ce-12328] in GitLab 9.4.
@@ -90,4 +104,5 @@ don't have admin access to the server, ask your administrator.
90104
[ce-10533]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10533
91105
[ce-10853]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10853
92106
[ce-12328]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12328
107+
[ce-15700]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15700
93108
[settings]: https://about.gitlab.com/gitlab-com/settings/#cron-jobs

0 commit comments

Comments
 (0)