From 877dc51b41cef51be1de6ef9f4158f70d1f58401 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Fri, 1 Nov 2019 13:34:13 -0400 Subject: [PATCH] Define cron to build com/log weekly This adds a weekly schedule to the docker-merge job that builds the library and pushes to the PackageCloud staging repo. Signed-off-by: Lott, Christopher (cl778h) Change-Id: Icd3f143df01f6eb43f95bf8cb77186a05a6535ab --- jjb/com-log/com-log.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jjb/com-log/com-log.yaml b/jjb/com-log/com-log.yaml index 7fac3c78..0c8d3394 100644 --- a/jjb/com-log/com-log.yaml +++ b/jjb/com-log/com-log.yaml @@ -34,7 +34,9 @@ container-tag-method: latest jobs: - gerrit-docker-verify - - oran-gerrit-docker-ci-pc-merge + - oran-gerrit-docker-ci-pc-merge: + # stage every Saturday + cron: 'H H * * 6' stream: - master: branch: master -- 2.16.6