Merge "Add merge job for optf-has"
[ci-management.git] / jjb / dcaegen2 / dcaegen2-platform.yaml
index 1e8120e..69e8985 100644 (file)
@@ -5,17 +5,29 @@
     jobs:
       - '{project-name}-{stream}-verify-java'
       - '{project-name}-{stream}-merge-java'
-      - '{project-name}-{stream}-release-version-java-daily-no-sonar'
+      - '{project-name}-{stream}-release-version-java-daily'
 
     project: 'dcaegen2/platform'
     stream:
       - 'master':
           branch: 'master'
-          mvn-settings: 'dcaegen2-platform-settings'
-          # due to a strange macro / variable translation problem this needs
-          # to be passed as a string block to properly get the properties
-          # correctly defined in the job
-          maven-deploy-properties: |
-            deployAtEnd=true
-          files: '**'
-          archive-artifacts: ''
+    mvn-settings: 'dcaegen2-platform-settings'
+    # due to a strange macro / variable translation problem this needs
+    # to be passed as a string block to properly get the properties
+    # correctly defined in the job
+    maven-deploy-properties: |
+      deployAtEnd=true
+    files: '**'
+    archive-artifacts: ''
+- project:
+    name: dcaegen2-platform-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: 'H 11 * * *'
+    build-node: ubuntu1604-basebuild-4c-4g
+    project: 'dcaegen2/platform'
+    project-name: 'dcaegen2-platform'
+    branch: 'master'
+    mvn-settings: 'dcaegen2-platform-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file