From 41d5d680467ade60b9d936b048fed4bb76544906 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 18 Aug 2018 16:54:02 -0400 Subject: [PATCH] Make maven-merge jobs run daily Back when OpenDaylight was on Rackspace we were trying to cut back on how often jobs run due to the infra being unstable and at the time thought the maven-integration job and maven-merge jobs were part of the problem. Since we moved to Vexxhost infra has been significantly more stable and not as big a concern. Let's run the maven-merge jobs on a daily basis so that project artifacts have more chances to pass before the 3 week SNAPSHOT clearing cron that's run in Nexus. Change-Id: I7ac17b3b4b8729d0f143fb15c71143c3de1ac461 Signed-off-by: Thanh Ha --- jjb/lf-maven-jobs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/lf-maven-jobs.yaml b/jjb/lf-maven-jobs.yaml index 7a574700..0b2d2b6c 100644 --- a/jjb/lf-maven-jobs.yaml +++ b/jjb/lf-maven-jobs.yaml @@ -546,7 +546,7 @@ branch: master build-days-to-keep: 30 # 30 days in case we need to troubleshoot build-timeout: 60 - cron: 'H H * * 0' # push fresh snapshot weekly + cron: '@daily' git-url: '$GIT_URL/$PROJECT' github-url: 'https://github.com' java-version: openjdk8 @@ -660,6 +660,7 @@ jenkins-ssh-credential: '{jenkins-ssh-credential}' triggers: + - timed: '{obj:cron}' - github - pollscm: cron: '' -- 2.16.6