From 4db14489c5149b4c6a320aa6a0d38177a89a292b Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 14 Feb 2018 16:07:57 -0800 Subject: Run sonar jobs once a day Change-Id: If9d9a676ade972890a3748f24a58c81541b5b1df Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall --- jjb/holmes/holmes-common.yaml | 1 + jjb/holmes/holmes-dsa.yaml | 1 + jjb/holmes/holmes-engine-mgt.yaml | 1 + jjb/holmes/holmes-rule-mgt.yaml | 1 + 4 files changed, 4 insertions(+) (limited to 'jjb/holmes') diff --git a/jjb/holmes/holmes-common.yaml b/jjb/holmes/holmes-common.yaml index 44ba32368..467fb0f19 100644 --- a/jjb/holmes/holmes-common.yaml +++ b/jjb/holmes/holmes-common.yaml @@ -22,6 +22,7 @@ name: holmes-common-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'holmes/common' project-name: 'holmes-common' diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml index dd5c3ea3d..07b100a59 100644 --- a/jjb/holmes/holmes-dsa.yaml +++ b/jjb/holmes/holmes-dsa.yaml @@ -25,6 +25,7 @@ name: holmes-dsa-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'holmes/dsa' project-name: 'holmes-dsa' diff --git a/jjb/holmes/holmes-engine-mgt.yaml b/jjb/holmes/holmes-engine-mgt.yaml index 59df64c44..8c03b3016 100644 --- a/jjb/holmes/holmes-engine-mgt.yaml +++ b/jjb/holmes/holmes-engine-mgt.yaml @@ -25,6 +25,7 @@ name: holmes-engine-management-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'holmes/engine-management' project-name: 'holmes-engine-management' diff --git a/jjb/holmes/holmes-rule-mgt.yaml b/jjb/holmes/holmes-rule-mgt.yaml index 0778c9a40..beb316d62 100644 --- a/jjb/holmes/holmes-rule-mgt.yaml +++ b/jjb/holmes/holmes-rule-mgt.yaml @@ -25,6 +25,7 @@ name: holmes-rule-management-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'holmes/rule-management' project-name: 'holmes-rule-management' -- cgit 1.2.3-korg