diff options
author | Stan Hu <stanhu@gmail.com> | 2018-01-22 15:40:48 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-01-22 15:40:48 +0000 |
commit | ff171f1663e4434fa3d74dca8203c03a9e955dce (patch) | |
tree | 201aeaa29f422b3b06f22655f7d28cc484bc0ecb /doc | |
parent | 597a722faccbdf9ac39edf581c5eae6996b4d9fe (diff) | |
download | gitlab-ce-ff171f1663e4434fa3d74dca8203c03a9e955dce.tar.gz |
Add docs for playing a CI pipeline schedule
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/pipelines/img/pipeline_schedule_play.png | bin | 0 -> 39142 bytes | |||
-rw-r--r-- | doc/user/project/pipelines/img/pipeline_schedules_list.png | bin | 14665 -> 38034 bytes | |||
-rw-r--r-- | doc/user/project/pipelines/schedules.md | 15 |
3 files changed, 15 insertions, 0 deletions
diff --git a/doc/user/project/pipelines/img/pipeline_schedule_play.png b/doc/user/project/pipelines/img/pipeline_schedule_play.png Binary files differnew file mode 100644 index 00000000000..f594ceee19d --- /dev/null +++ b/doc/user/project/pipelines/img/pipeline_schedule_play.png diff --git a/doc/user/project/pipelines/img/pipeline_schedules_list.png b/doc/user/project/pipelines/img/pipeline_schedules_list.png Binary files differindex 50d9d184b05..2ab2061db94 100644 --- a/doc/user/project/pipelines/img/pipeline_schedules_list.png +++ b/doc/user/project/pipelines/img/pipeline_schedules_list.png diff --git a/doc/user/project/pipelines/schedules.md b/doc/user/project/pipelines/schedules.md index 2101e3b1d58..34809a2826f 100644 --- a/doc/user/project/pipelines/schedules.md +++ b/doc/user/project/pipelines/schedules.md @@ -31,6 +31,20 @@ is installed on. ![Schedules list](img/pipeline_schedules_list.png) +### Running a scheduled pipeline manually + +> [Introduced][ce-15700] in GitLab 10.4. + +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. + +To help avoid abuse, users are rate limited to triggering a pipeline once per +minute. + ### Making use of scheduled pipeline variables > [Introduced][ce-12328] in GitLab 9.4. @@ -90,4 +104,5 @@ don't have admin access to the server, ask your administrator. [ce-10533]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10533 [ce-10853]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10853 [ce-12328]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12328 +[ce-15700]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15700 [settings]: https://about.gitlab.com/gitlab-com/settings/#cron-jobs |