69f192e40fbe86b3ef428c55f1786fc8a600068b
[ci-management.git] / jjb / vfc / vfc-nfvo-driver-ems-java.yaml
1 ---
2
3 - project:
4     name: vfc-nfvo-driver-ems-java
5     project-name: 'vfc-nfvo-driver-ems'
6     project: 'vfc/nfvo/driver/ems'
7     stream:
8       - 'master':
9           branch: 'master'
10     mvn-settings: 'vfc-nfvo-driver-ems-settings'
11     subproject:
12       - 'drv-ems-boco':
13           pom: 'ems/pom.xml'
14           pattern: 'ems/**'
15     jobs:
16       - gerrit-maven-clm:
17       - '{project-name}-{stream}-{subproject}-verify-java'
18       - '{project-name}-{stream}-{subproject}-merge-java'
19       - '{project-name}-{stream}-release-version-java-daily'
20       - '{project-name}-{stream}-docker-java-version-shell-daily':
21           docker-pom: 'pom.xml'
22           mvn-goals: 'install'
23           script:
24             !include-raw-escape: 'build-driver-ems-docker-image.sh'
25     files: '**'
26     archive-artifacts: ''
27     build-node: ubuntu1604-builder-4c-4g
28 - project:
29     name: vfc-nfvo-driver-ems-sonar
30     jobs:
31       - gerrit-maven-sonar
32     cron: 'H 11 * * *'
33     build-node: ubuntu1604-builder-4c-4g
34     project: 'vfc/nfvo/driver/ems'
35     project-name: 'vfc-nfvo-driver-ems'
36     branch: 'master'
37     mvn-settings: 'vfc-nfvo-driver-ems-settings'
38     mvn-goals: 'clean install'
39     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'