From: Thanh Ha Date: Sat, 18 Aug 2018 20:54:02 +0000 (-0400) Subject: Make maven-merge jobs run daily X-Git-Tag: v0.24.0~12^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F21%2F12321%2F1;p=releng%2Fglobal-jjb.git 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 --- 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: ''