Move timestamps for cron scheduler to the project.yaml
Move 'disabled' option to the project.yaml
Change-Id: I32a0aa37503a266e58dcdcb45a1dc6a93788c872
Related-Prod: #PROD-34955
diff --git a/jobs/templates/deploy_bm.yml b/jobs/templates/deploy_bm.yml
index 6814972..94a406c 100644
--- a/jobs/templates/deploy_bm.yml
+++ b/jobs/templates/deploy_bm.yml
@@ -2,10 +2,11 @@
project-type: pipeline
description: '{job-description}'
concurrent: false
- disabled: false
sandbox: true
+ # 'disabled' and 'timed' option are defined in the project.yaml
+ disabled: '{obj:disabled}'
triggers:
- - timed: H(40-59) 0 * * 1-5
+ - timed: '{obj:trigger_time}'
name: deploy_bm
parameters:
- string: