Merge "change the build node"
[ci-management.git] / jjb / sdnc / sdnc-northbound.yaml
1 ---
2 - project:
3     name: sdnc-northbound
4     project-name: 'sdnc-northbound'
5     jobs:
6       - gerrit-maven-verify
7       - gerrit-maven-merge:
8           cron: '@daily'
9       - gerrit-maven-stage:
10           sign-artifacts: true
11           build-node: centos7-builder-4c-4g
12           cron: ''
13       - '{project-name}-gerrit-release-jobs':
14           build-node: centos7-docker-8c-8g
15
16     project: 'sdnc/northbound'
17     stream:
18       - 'master':
19           branch: 'master'
20       - 'frankfurt':
21           branch: 'frankfurt'
22     mvn-settings: 'sdnc-northbound-settings'
23
24     # due to a strange macro / variable translation problem this needs to be
25     # passed as a string block to properly get the properties correctly defined
26     # in the job
27     maven-deploy-properties: |
28       deployAtEnd=true
29     files: '**'
30     archive-artifacts: ''
31     maven-version: "mvn35"
32     build-node: ubuntu1804-builder-4c-4g
33     mvn-snapshot-id: 'ecomp-snapshots'
34     nexus-snapshot-repo: 'snapshots'
35
36 - project:
37     name: sdnc-northbound-sonar
38     jobs:
39       - gerrit-maven-sonar
40     sonarcloud: true
41     sonarcloud-project-organization: '{sonarcloud_project_organization}'
42     sonarcloud-api-token: '{sonarcloud_api_token}'
43     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
44     sonar-mvn-goal: '{sonar_mvn_goal}'
45     cron: '@daily'
46     build-node: ubuntu1804-builder-4c-4g
47     project: 'sdnc/northbound'
48     project-name: 'sdnc-northbound'
49     branch: 'master'
50     mvn-settings: 'sdnc-northbound-settings'
51     mvn-goals: 'clean install'
52     maven-version: "mvn35"
53     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
54
55 - project:
56     name: sdnc-northbound-clm
57     jobs:
58       - gerrit-maven-clm
59     nexus-iq-namespace: 'onap-'
60     project: sdnc/northbound
61     project-name: 'sdnc-northbound'
62     build-node: ubuntu1804-builder-4c-4g
63     stream:
64       - 'master':
65           branch: 'master'
66     mvn-settings: 'sdnc-northbound-settings'
67
68 - project:
69     name: sdnc-northbound-info
70     project-name: sdnc-northbound
71     jobs:
72       - gerrit-info-yaml-verify
73     build-node: centos7-builder-2c-1g
74     project: sdnc/northbound
75     branch: master