summaryrefslogtreecommitdiffstats
path: root/jjb/aai/aai-event-client.yaml
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <tianl@amdocs.com>2018-02-27 10:58:14 +0000
committerLee, Tian (tl5884) <tianl@amdocs.com>2018-02-27 10:58:14 +0000
commiteb33a0f105c80dc48fc5507adacc06e8a9441b2a (patch)
tree80b2b651145d138cd6710f55f8465c00edc05766 /jjb/aai/aai-event-client.yaml
parent7e4b96217dd1f7b0a0b531a3925382cc39e370ce (diff)
Add Sonar job to aai/event-client JJB template
Change-Id: If41bdd67b574092060c83863cd24a38eab5c4c9b Issue-ID: AAI-700 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
Diffstat (limited to 'jjb/aai/aai-event-client.yaml')
-rw-r--r--jjb/aai/aai-event-client.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/jjb/aai/aai-event-client.yaml b/jjb/aai/aai-event-client.yaml
index c47d72fa4..6133cbeb6 100644
--- a/jjb/aai/aai-event-client.yaml
+++ b/jjb/aai/aai-event-client.yaml
@@ -16,3 +16,16 @@
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