Remove daily cron on maven-stage and maven-docker-stage
jobs. Cron triggers stay configurable.
Issue: RELENG-4666
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I15931a8d691bffa77dd0d50f638fc38590d33255
branch: master
build-days-to-keep: 30 # 30 days in case a release takes long to get approved.
build-timeout: 60
- cron: "@daily"
+ cron: ""
disable-job: false
git-url: "$GIT_URL/$PROJECT"
github-url: "https://github.com"
--- /dev/null
+---
+deprecations:
+ - |
+ Remove daily cron on maven-stage and maven-docker-stage jobs. Cron triggers
+ stay configurable.