diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-14 16:07:57 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-14 16:10:57 -0800 |
commit | 4db14489c5149b4c6a320aa6a0d38177a89a292b (patch) | |
tree | f667bd74e4566e5cec4a41905678b488a5e57b21 /jjb/aai | |
parent | f6be5e7f22bbb44d2f81fc6599b73c8b7c662f17 (diff) |
Run sonar jobs once a day
Change-Id: If9d9a676ade972890a3748f24a58c81541b5b1df
Issue-ID: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'jjb/aai')
-rw-r--r-- | jjb/aai/aai-aai-common.yaml | 1 | ||||
-rw-r--r-- | jjb/aai/aai-babel.yaml | 1 | ||||
-rw-r--r-- | jjb/aai/aai-champ.yaml | 1 | ||||
-rw-r--r-- | jjb/aai/aai-data-router.yaml | 1 | ||||
-rw-r--r-- | jjb/aai/aai-esr-gui.yaml | 1 | ||||
-rw-r--r-- | jjb/aai/aai-esr-server.yaml | 1 | ||||
-rw-r--r-- | jjb/aai/aai-logging-service.yaml | 1 | ||||
-rw-r--r-- | jjb/aai/aai-model-loader.yaml | 1 | ||||
-rw-r--r-- | jjb/aai/aai-resources.yaml | 1 | ||||
-rw-r--r-- | jjb/aai/aai-rest-client.yaml | 1 | ||||
-rw-r--r-- | jjb/aai/aai-router-core-service.yaml | 1 | ||||
-rw-r--r-- | jjb/aai/aai-sparky-be.yaml | 1 | ||||
-rw-r--r-- | jjb/aai/aai-sparky-fe.yaml | 1 | ||||
-rw-r--r-- | jjb/aai/aai-traversal.yaml | 1 |
14 files changed, 14 insertions, 0 deletions
diff --git a/jjb/aai/aai-aai-common.yaml b/jjb/aai/aai-aai-common.yaml index 31b67c6fe..88f028ac2 100644 --- a/jjb/aai/aai-aai-common.yaml +++ b/jjb/aai/aai-aai-common.yaml @@ -43,6 +43,7 @@ name: aai-aai-common-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/aai-common' project-name: 'aai-aai-common' diff --git a/jjb/aai/aai-babel.yaml b/jjb/aai/aai-babel.yaml index 3e16cf5fa..f1076c7bb 100644 --- a/jjb/aai/aai-babel.yaml +++ b/jjb/aai/aai-babel.yaml @@ -22,6 +22,7 @@ name: aai-babel-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/babel' project-name: 'aai-babel' diff --git a/jjb/aai/aai-champ.yaml b/jjb/aai/aai-champ.yaml index 842a49ec2..0d73740e7 100644 --- a/jjb/aai/aai-champ.yaml +++ b/jjb/aai/aai-champ.yaml @@ -23,6 +23,7 @@ name: aai-champ-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/champ' project-name: 'aai-champ' diff --git a/jjb/aai/aai-data-router.yaml b/jjb/aai/aai-data-router.yaml index 3606b6831..beb6279d0 100644 --- a/jjb/aai/aai-data-router.yaml +++ b/jjb/aai/aai-data-router.yaml @@ -39,6 +39,7 @@ name: aai-data-router-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/data-router' project-name: 'aai-data-router' diff --git a/jjb/aai/aai-esr-gui.yaml b/jjb/aai/aai-esr-gui.yaml index b870687fb..59a68e637 100644 --- a/jjb/aai/aai-esr-gui.yaml +++ b/jjb/aai/aai-esr-gui.yaml @@ -25,6 +25,7 @@ name: aai-esr-gui-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/esr-gui' project-name: 'aai-esr-gui' diff --git a/jjb/aai/aai-esr-server.yaml b/jjb/aai/aai-esr-server.yaml index 612fe9431..e59629a0b 100644 --- a/jjb/aai/aai-esr-server.yaml +++ b/jjb/aai/aai-esr-server.yaml @@ -43,6 +43,7 @@ name: aai-esr-server-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/esr-server' project-name: 'aai-esr-server' diff --git a/jjb/aai/aai-logging-service.yaml b/jjb/aai/aai-logging-service.yaml index 691796019..cae60a272 100644 --- a/jjb/aai/aai-logging-service.yaml +++ b/jjb/aai/aai-logging-service.yaml @@ -35,6 +35,7 @@ name: aai-logging-service-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/logging-service' project-name: 'aai-logging-service' diff --git a/jjb/aai/aai-model-loader.yaml b/jjb/aai/aai-model-loader.yaml index 0f7b1ecc6..d03542092 100644 --- a/jjb/aai/aai-model-loader.yaml +++ b/jjb/aai/aai-model-loader.yaml @@ -41,6 +41,7 @@ name: aai-model-loader-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/model-loader' project-name: 'aai-model-loader' diff --git a/jjb/aai/aai-resources.yaml b/jjb/aai/aai-resources.yaml index cd080b3fc..8926fb3af 100644 --- a/jjb/aai/aai-resources.yaml +++ b/jjb/aai/aai-resources.yaml @@ -49,6 +49,7 @@ name: aai-resources-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/resources' project-name: 'aai-resources' diff --git a/jjb/aai/aai-rest-client.yaml b/jjb/aai/aai-rest-client.yaml index 848a22279..014617659 100644 --- a/jjb/aai/aai-rest-client.yaml +++ b/jjb/aai/aai-rest-client.yaml @@ -33,6 +33,7 @@ name: aai-rest-client-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/rest-client' project-name: 'aai-rest-client' diff --git a/jjb/aai/aai-router-core-service.yaml b/jjb/aai/aai-router-core-service.yaml index e159e7f20..a049a2d72 100644 --- a/jjb/aai/aai-router-core-service.yaml +++ b/jjb/aai/aai-router-core-service.yaml @@ -33,6 +33,7 @@ name: aai-router-core-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/router-core' project-name: 'aai-router-core' diff --git a/jjb/aai/aai-sparky-be.yaml b/jjb/aai/aai-sparky-be.yaml index d2d0e4c16..0605c3864 100644 --- a/jjb/aai/aai-sparky-be.yaml +++ b/jjb/aai/aai-sparky-be.yaml @@ -39,6 +39,7 @@ name: aai-sparky-be-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/sparky-be' project-name: 'aai-sparky-be' diff --git a/jjb/aai/aai-sparky-fe.yaml b/jjb/aai/aai-sparky-fe.yaml index 2dab4d5e4..756cee8ee 100644 --- a/jjb/aai/aai-sparky-fe.yaml +++ b/jjb/aai/aai-sparky-fe.yaml @@ -21,6 +21,7 @@ name: aai-sparky-fe-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/sparky-fe' project-name: 'aai-sparky-fe' diff --git a/jjb/aai/aai-traversal.yaml b/jjb/aai/aai-traversal.yaml index cecc7ae30..76db11286 100644 --- a/jjb/aai/aai-traversal.yaml +++ b/jjb/aai/aai-traversal.yaml @@ -49,6 +49,7 @@ name: aai-traversal-sonar jobs: - gerrit-maven-sonar + cron: 'H 11 * * *' build-node: ubuntu1604-basebuild-4c-4g project: 'aai/traversal' project-name: 'aai-traversal' |