Skip to content

Commit 73610c2

Browse files
committed
docs: add documentation for pipeline schedule play
1 parent 94ea7d9 commit 73610c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/gl_objects/pipelines_and_jobs.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ Update a schedule::
155155
sched.cron = '1 2 * * *'
156156
sched.save()
157157

158+
Trigger a pipeline schedule immediately::
159+
160+
sched = projects.pipelineschedules.get(schedule_id)
161+
sched.play()
162+
158163
Delete a schedule::
159164

160165
sched.delete()

0 commit comments

Comments
 (0)