Move release jobs to docker node
[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-docker-8c-8g
13
14     project: 'sdnc/northbound'
15     stream:
16       - 'master':
17           branch: 'master'
18       - 'elalto-fluorine':
19           branch: 'elalto-fluorine'
20     mvn-settings: 'sdnc-northbound-settings'
21
22     # due to a strange macro / variable translation problem this needs to be
23     # passed as a string block to properly get the properties correctly defined
24     # in the job
25     maven-deploy-properties: |
26       deployAtEnd=true
27     files: '**'
28     archive-artifacts: ''
29     maven-version: "mvn35"
30     build-node: ubuntu1604-builder-4c-4g
31
32 - project:
33     name: sdnc-northbound-sonar
34     jobs:
35       - gerrit-maven-sonar
36     cron: '@daily'
37     build-node: ubuntu1604-builder-4c-4g
38     project: 'sdnc/northbound'
39     project-name: 'sdnc-northbound'
40     branch: 'master'
41     mvn-settings: 'sdnc-northbound-settings'
42     mvn-goals: 'clean install'
43     maven-version: "mvn35"
44     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
45
46 - project:
47     name: sdnc-northbound-clm
48     jobs:
49       - gerrit-maven-clm
50     nexus-iq-namespace: 'onap-'
51     project: sdnc/northbound
52     project-name: 'sdnc-northbound'
53     build-node: ubuntu1604-builder-4c-4g
54     stream:
55       - 'master':
56           branch: 'master'
57     mvn-settings: 'sdnc-northbound-settings'
58
59 - project:
60     name: sdnc-northbound-info
61     project-name: sdnc-northbound
62     jobs:
63       - gerrit-info-yaml-verify
64     project: sdnc/northbound
65     branch: master