Add nexus-iq-namespace for CLM jobs
[ci-management.git] / jjb / aai / aai-router-core-service.yaml
index 1732319..19654c9 100644 (file)
@@ -1,17 +1,46 @@
 ---
 - project:
-    name: aai-router-core
+    name: aai-router-project-view
+    project-name: aai-router
+    views:
+      - project-view
+
+- project:
+    name: aai-router-core-master
     project-name: 'aai-router-core'
     jobs:
-      - gerrit-maven-clm:
-          java-version: ''
       - '{project-name}-{stream}-verify-java'
       - '{project-name}-{stream}-merge-java'
       - '{project-name}-{stream}-release-version-java-daily'
     project: 'aai/router-core'
     stream:
+      - 'casablanca':
+          branch: 'casablanca'
       - 'master':
           branch: 'master'
     mvn-settings: 'aai-router-core-settings'
     files: '**'
     archive-artifacts: ''
+
+- project:
+    name: aai-router-core-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: '@daily'
+    build-node: ubuntu1604-builder-4c-4g
+    project: 'aai/router-core'
+    project-name: 'aai-router-core'
+    branch: 'master'
+    mvn-settings: 'aai-router-core-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+- project:
+    name: aai-router-core-clm
+    jobs:
+      - gerrit-maven-clm
+    nexus-iq-namespace: 'onap-'
+    project: 'aai/router-core'
+    project-name: 'aai-router-core'
+    branch: 'casablanca'
+    mvn-settings: 'aai-router-core-settings'