View source: R/cloudbuild_schedule.R
cr_schedule_build | R Documentation |
Schedule a Build object via HTTP or PubSub
cr_schedule_build( build, schedule, schedule_type = c("http", "pubsub"), email = cr_email_get(), projectId = cr_project_get(), ... )
build |
A Build object |
schedule |
A cron schedule e.g. |
schedule_type |
Whether to use HTTP or PubSub styled schedules |
email |
The email that will authenticate the job set via cr_email_set |
projectId |
The GCP project to run within usually set with cr_project_set |
... |
Arguments passed on to
|
See also cr_schedule which you can use by to customise your schedule.
cr_schedule_build
returns a cloud scheduler Job object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.