Merge "Verify configbinding via Global-JJB python/tox job"
[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     maven-version: "mvn35"
28     build-node: ubuntu1604-builder-4c-4g
29
30 - project:
31     name: sdnc-northbound-sonar
32     jobs:
33       - gerrit-maven-sonar
34     cron: '@daily'
35     build-node: ubuntu1604-builder-4c-4g
36     project: 'sdnc/northbound'
37     project-name: 'sdnc-northbound'
38     branch: 'master'
39     mvn-settings: 'sdnc-northbound-settings'
40     mvn-goals: 'clean install'
41     maven-version: "mvn35"
42     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
43
44 - project:
45     name: sdnc-northbound-clm
46     jobs:
47       - gerrit-maven-clm
48     nexus-iq-namespace: 'onap-'
49     project: sdnc/northbound
50     project-name: 'sdnc-northbound'
51     build-node: ubuntu1604-builder-4c-4g
52     stream:
53       - 'master':
54           branch: 'master'
55     mvn-settings: 'sdnc-northbound-settings'
56
57 - project:
58     name: sdnc-northbound-info
59     project-name: sdnc-northbound
60     jobs:
61       - gerrit-info-yaml-verify
62     project: sdnc/northbound
63     branch: master