Merge "Migrate gerrit-maven-stage (DCAEGEN)-2"
[ci-management.git] / jjb / so / so.yaml
1 ---
2 - project:
3     name: so-project-view
4     project-name: so
5     views:
6       - project-view
7
8 - project:
9     name: so
10     project-name: 'so'
11     jobs:
12       - '{project-name}-{stream}-verify-java'
13       - '{project-name}-{stream}-merge-java'
14       - gerrit-maven-stage:
15           sign-artifacts: true
16           build-node: centos7-builder-4c-4g
17           maven-versions-plugin: true
18       - gerrit-maven-docker-stage:
19           build-node: ubuntu1604-docker-8c-8g
20           maven-versions-plugin: true
21           mvn-params: '-Dmaven.test.skip=true'
22           container-public-registry: 'nexus3.onap.org:10001'
23           container-staging-registry: 'nexus3.onap.org:10003'
24       - '{project-name}-{stream}-release-version-java-daily'
25       - '{project-name}-{stream}-docker-version-java-daily':
26           build-node: 'ubuntu1604-docker-8c-8g'
27           docker-pom: 'pom.xml'
28           mvn-profile: 'docker'
29           mvn-params: '-Dmaven.test.skip=true'
30     project: 'so'
31     stream:
32       - 'master':
33           branch: 'master'
34       - 'dublin':
35           branch: 'dublin'
36     mvn-settings: 'so-settings'
37     files: '**'
38     archive-artifacts: ''
39     build-node: ubuntu1604-builder-4c-4g
40
41 - project:
42     name: so-sonar
43     jobs:
44       - gerrit-maven-sonar
45     cron: '@daily'
46     build-node: ubuntu1604-builder-4c-4g
47     project: 'so'
48     project-name: 'so'
49     branch: 'master'
50     mvn-settings: 'so-settings'
51     mvn-goals: 'clean install'
52     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
53
54 - project:
55     name: so-clm
56     jobs:
57       - gerrit-maven-clm
58     nexus-iq-namespace: 'onap-'
59     project: so
60     project-name: 'so'
61     build-node: ubuntu1604-builder-4c-4g
62     stream:
63       - 'master':
64           branch: 'master'
65       - 'dublin':
66           branch: 'dublin'
67     mvn-settings: 'so-settings'
68
69 - project:
70     name: so-info
71     project-name: so
72     jobs:
73       - gerrit-info-yaml-verify
74     project: so
75     branch: master