Make code sections readable and consistent
[ci-management.git] / jjb / vfc / vfc-nfvo-catalog.yaml
index 834d2a8..1006430 100644 (file)
           path: '.'
           pattern: '**'
     jobs:
+      - gerrit-maven-clm:
       - '{project-name}-{stream}-{subproject}-verify-python'
       - '{project-name}-{stream}-verify-java'
       - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-version-java-daily'
+      - '{project-name}-{stream}-docker-java-version-shell-daily':
+          docker-pom: 'pom.xml'
+          mvn-goals: 'install'
+          script:
+            !include-raw-escape: 'build-nfvo-catalog-docker-image.sh'
     files: '**'
     archive-artifacts: ''
-    build-node: ubuntu1604-redis-4c-4g
\ No newline at end of file
+    build-node: centos7-redis-4c-4g
+
+- project:
+    name: vfc-nfvo-catalog-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: 'H 11 * * *'
+    build-node: centos7-redis-4c-4g
+    project: 'vfc/nfvo/catalog'
+    project-name: 'vfc-nfvo-catalog'
+    branch: 'master'
+    mvn-settings: 'vfc-nfvo-catalog-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'