Merge "Add SDNC self release jobs"
[ci-management.git] / jjb / sdnc / sdnc-northbound.yaml
1 ---
2 - project:
3     name: sdnc-northbound
4     project-name: 'sdnc-northbound'
5     jobs:
6       - '{project-name}-{stream}-verify-java'
7       - '{project-name}-{stream}-merge-java'
8       - gerrit-maven-stage:
9           sign-artifacts: true
10           build-node: centos7-builder-4c-4g
11       - '{project-name}-gerrit-release-jobs':
12           build-node: centos7-builder-4c-4g
13
14     project: 'sdnc/northbound'
15     stream:
16       - 'master':
17           branch: 'master'
18     mvn-settings: 'sdnc-northbound-settings'
19
20     # due to a strange macro / variable translation problem this needs to be
21     # passed as a string block to properly get the properties correctly defined
22     # in the job
23     maven-deploy-properties: |
24       deployAtEnd=true
25     files: '**'
26     archive-artifacts: ''
27     build-node: ubuntu1604-builder-4c-4g
28
29 - project:
30     name: sdnc-northbound-sonar
31     jobs:
32       - gerrit-maven-sonar
33     cron: '@daily'
34     build-node: ubuntu1604-builder-4c-4g
35     project: 'sdnc/northbound'
36     project-name: 'sdnc-northbound'
37     branch: 'master'
38     mvn-settings: 'sdnc-northbound-settings'
39     mvn-goals: 'clean install'
40     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
41
42 - project:
43     name: sdnc-northbound-clm
44     jobs:
45       - gerrit-maven-clm
46     nexus-iq-namespace: 'onap-'
47     project: sdnc/northbound
48     project-name: 'sdnc-northbound'
49     build-node: ubuntu1604-builder-4c-4g
50     stream:
51       - 'master':
52           branch: 'master'
53     mvn-settings: 'sdnc-northbound-settings'
54
55 - project:
56     name: sdnc-northbound-info
57     project-name: sdnc-northbound
58     jobs:
59       - gerrit-info-yaml-verify
60     project: sdnc/northbound
61     branch: master