Skip to content

Instantly share code, notes, and snippets.

@srz-zumix
Created August 3, 2021 00:42
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 srz-zumix/307a7beeb88a739385384db5b9a261b2 to your computer and use it in GitHub Desktop.
Save srz-zumix/307a7beeb88a739385384db5b9a261b2 to your computer and use it in GitHub Desktop.
jfrog-pipelines cron trigger
resources:
- name: ci_skip_cron_trigger
type: CronTrigger
configuration:
interval: '0 0 * * 2'
pipelines:
- name: ci_skip_noop
steps:
- name: noop
type: Bash
configuration:
inputResources:
- name: ci_skip_cron_trigger
execution:
onExecute:
- echo Hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment