Define custom cronjob

I’m reading this page about cron, but I don’t see the option to create cronjobs in the web UI. For example, I want to create a cronjob to run every 6 hours. Am I missing something?

Hi @loganmarchione the UI is a bit limited for cron creation - I would advise either using the API - Cron Create | Drone or CLI - drone cron add | Drone for anything but the most basic schedules (i.e. the options available in the dropdown)

1 Like