Fix snapshot publish
[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: '-P docker -Dmaven.test.skip=true'
22           container-public-registry: 'nexus3.onap.org:10001'
23           container-staging-registry: 'nexus3.onap.org:10003'
24     project: 'so'
25     stream:
26       - 'master':
27           branch: 'master'
28     mvn-settings: 'so-settings'
29     files: '**'
30     archive-artifacts: ''
31     build-node: ubuntu1604-builder-4c-4g
32
33 - project:
34     name: so-sonar
35     jobs:
36       - gerrit-maven-sonar
37     cron: '@daily'
38     build-node: ubuntu1604-builder-4c-4g
39     project: 'so'
40     project-name: 'so'
41     branch: 'master'
42     mvn-settings: 'so-settings'
43     mvn-goals: 'clean install'
44     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
45
46 - project:
47     name: so-clm
48     jobs:
49       - gerrit-maven-clm
50     nexus-iq-namespace: 'onap-'
51     project: so
52     project-name: 'so'
53     build-node: ubuntu1604-builder-4c-4g
54     stream:
55       - 'master':
56           branch: 'master'
57       - 'dublin':
58           branch: 'dublin'
59     mvn-settings: 'so-settings'
60
61 - project:
62     name: so-info
63     project-name: so
64     jobs:
65       - gerrit-info-yaml-verify
66     project: so
67     branch: master