summaryrefslogtreecommitdiffstats
path: root/jjb/aai/aai-graphgraph.yaml
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-11-12 13:39:45 -0500
committerJimmy Forsyth <jf2512@att.com>2019-11-12 13:39:47 -0500
commitd40fb05bc92bb63eaa6b6e23beaa44ea1b00777f (patch)
tree3ca6c62238de9df0f188c48ad3c77d43cd357686 /jjb/aai/aai-graphgraph.yaml
parent3df154e8b364ff97f484a0dd92abf1c2a165df43 (diff)
Add sonar jobs to sparky-fe and graphgraph
Issue-ID: AAI-2709 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ic2ff417922ff751523b11c3d8c36d30c22b6731a
Diffstat (limited to 'jjb/aai/aai-graphgraph.yaml')
-rw-r--r--jjb/aai/aai-graphgraph.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/jjb/aai/aai-graphgraph.yaml b/jjb/aai/aai-graphgraph.yaml
index b4fada158..0fa173750 100644
--- a/jjb/aai/aai-graphgraph.yaml
+++ b/jjb/aai/aai-graphgraph.yaml
@@ -39,3 +39,17 @@
- gerrit-info-yaml-verify
project: aai/graphgraph
branch: master
+
+- project:
+ name: aai-graphgraph-sonar
+ jobs:
+ - gerrit-maven-sonar
+ cron: '@daily'
+ build-node: ubuntu1604-builder-4c-4g
+ project: 'aai/graphgraph'
+ project-name: 'aai-graphgraph'
+ branch: 'master'
+ mvn-settings: 'aai-sparky-be-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+ mvn-version: 'mvn35'