name
An alphanumeric string (underscores are permitted) that identifies the resource.
type
Must be CronTrigger for this resource type.
configuration
Specifies all configuration selections for the resource.
Tag | Description | Required/Optional | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| A cron expression string that specifies the time(s) or interval to trigger the step. The Format interval: * * * * *
│ │ │ │ │_________ day of the week (1-7 or SUN-SAT)
| | | |__________ month (1 - 12)
| | |__________ day of the month (1 - 31)
| |__________ hour (0 - 23)
|__________ minute (0 - 59)Examples
Note
| Required | ||||||||||||||||||||||||||
| For use in multibranch pipelines, though it will also work with single branch pipelines. An object where
NoteWhen | Optional | ||||||||||||||||||||||||||
| Add environment variables as key-value pairs. Example configuration:
interval: '*/30 * * * *' # Every 10 minutes
environmentVariables:
first: env
second: env |