Add Sonar job to aai/event-client JJB template 53/33153/1
authorLee, Tian (tl5884) <tianl@amdocs.com>
Tue, 27 Feb 2018 10:58:14 +0000 (10:58 +0000)
committerLee, Tian (tl5884) <tianl@amdocs.com>
Tue, 27 Feb 2018 10:58:14 +0000 (10:58 +0000)
Change-Id: If41bdd67b574092060c83863cd24a38eab5c4c9b
Issue-ID: AAI-700
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
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