Template Scheduling in Jobs
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
flow:
- type: "customScripts"
step: 100
inputsTerraform:
SIZE: $SIZE_SMALL
commands:
- runtime: "BASH"
priority: 100
before: true
script: |
echo "SIZE : $SIZE"
- type: "scheduleTemplates"
step: 200
templates:
- name: "schedule1"
schedule: "0 0/5 * ? * * *"
- name: "schedule2"
schedule: "0 0/10 * ? * * *"flow:
- type: "customScripts"
step: 100
inputsTerraform:
SIZE: $SIZE_SMALL
commands:
- runtime: "BASH"
priority: 100
before: true
script: |
echo "SIZE : $SIZE"flow:
- type: "customScripts"
step: 100
inputsTerraform:
SIZE: $SIZE_BIG
commands:
- runtime: "BASH"
priority: 100
before: true
script: |
echo "SIZE : $SIZE"