diff options
-rw-r--r-- | docs/gl_objects/pipelines_and_jobs.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/gl_objects/pipelines_and_jobs.rst b/docs/gl_objects/pipelines_and_jobs.rst index 627af1c..6353421 100644 --- a/docs/gl_objects/pipelines_and_jobs.rst +++ b/docs/gl_objects/pipelines_and_jobs.rst @@ -155,6 +155,10 @@ Update a schedule:: sched.cron = '1 2 * * *' sched.save() +Take ownership of a shedule: + + sched.take_ownership() + Trigger a pipeline schedule immediately:: sched = projects.pipelineschedules.get(schedule_id) |