Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created June 30, 2019 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/ec7490a837b87c8430d78bb11a32ba62 to your computer and use it in GitHub Desktop.
Save goyalmohit/ec7490a837b87c8430d78bb11a32ba62 to your computer and use it in GitHub Desktop.
schedules:
- cron: string # cron syntax defining a schedule
displayName: string # friendly name given to a specific schedule
branches:
# include is calculated first followed by exclude
# there is no implicit include
include: [ string ] # which branches the schedule applies to
exclude: [ string ] # which branches to exclude from the schedule
always: boolean # whether to always run the pipeline or only if there have been source code changes since the last run. The default is false.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment