Merge "Remove sonar build for dcaegen2/collectors/hv-ves"
[ci-management.git] / jjb / vfc / vfc-nfvo-db.yaml
1 ---
2 - project:
3     name: vfc-nfvo-db
4     project: 'vfc/nfvo/db'
5     project-name: 'vfc-nfvo-db'
6     mvn-settings: 'vfc-nfvo-db-settings'
7     stream:
8       - 'master':
9           branch: 'master'
10     build-node: ubuntu1604-builder-4c-4g
11     jobs:
12       - '{project-name}-{stream}-verify-java'
13       - '{project-name}-{stream}-merge-java'
14       - '{project-name}-{stream}-release-version-java-daily'
15       - '{project-name}-{stream}-docker-java-version-shell-daily':
16           docker-pom: 'pom.xml'
17           mvn-goals: 'install'
18           script:
19             !include-raw-escape: 'build-nfvo-db-docker-image.sh'
20
21 - project:
22     name: vfc-nfvo-db-sonar
23     jobs:
24       - gerrit-maven-sonar
25     cron: 'H 11 * * *'
26     build-node: ubuntu1604-builder-4c-4g
27     project: 'vfc/nfvo/db'
28     project-name: 'vfc-nfvo-db'
29     branch: 'master'
30     mvn-settings: 'vfc-nfvo-db-settings'
31     mvn-goals: 'clean install'
32     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'