Created
August 3, 2021 00:42
-
-
Save srz-zumix/307a7beeb88a739385384db5b9a261b2 to your computer and use it in GitHub Desktop.
jfrog-pipelines cron trigger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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