Merge "Add Sonar job to aai/event-client JJB template"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 28 Feb 2018 18:09:05 +0000 (18:09 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 28 Feb 2018 18:09:05 +0000 (18:09 +0000)
jjb/aai/aai-event-client.yaml

index c47d72f..6133cbe 100644 (file)
     mvn-settings: 'aai-event-client-settings'
     files: '**'
     archive-artifacts: ''
+
+- project:
+    name: aai-event-client-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: 'H 11 * * *'
+    build-node: ubuntu1604-basebuild-4c-4g
+    project: 'aai/event-client'
+    project-name: 'aai-event-client'
+    branch: 'master'
+    mvn-settings: 'aai-event-client-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file