cli/docs/source/schedule/create.md

1.2 KiB

stage group info
Create Code Review To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments

glab schedule create

Schedule a new pipeline.

glab schedule create [flags]

Examples

glab schedule create --cron "0 * * * *" --description "Describe your pipeline here" --ref "main" --variable "foo:bar" --variable "baz:baz"

Options

      --active                Whether or not the schedule is active (default true)
      --cron string           Cron interval pattern
      --cronTimeZone string   Cron timezone (default "UTC")
      --description string    Description of the schedule
      --ref string            Target branch or tag
      --variable strings      Pass variables to schedule in format <key>:<value>

Options inherited from parent commands

      --help              Show help for command
  -R, --repo OWNER/REPO   Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL