Merge "CI: Remove deprecated branches"
[ci-management.git] / jjb / sdnc / sdnc-northbound.yaml
1 ---
2 - project:
3     name: sdnc-northbound-released-java17
4     project-name: "sdnc-northbound"
5     jobs:
6       - gerrit-maven-verify
7       - gerrit-maven-merge:
8       - gerrit-maven-stage:
9           sign-artifacts: true
10           build-node: centos8-docker-8c-8g
11           cron: ""
12           sbom-generator: true
13       - "{project-name}-gerrit-release-jobs":
14           build-node: centos7-docker-2c-1g
15
16     project: "sdnc/northbound"
17     stream:
18       - "montreal":
19           branch: "montreal"
20     java-version: openjdk17
21     mvn-version: "mvn38"
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: "mvn38"
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-current-java17
38     project-name: "sdnc-northbound"
39     jobs:
40       - gerrit-maven-verify
41       - gerrit-maven-merge:
42           cron: "@daily"
43       - gerrit-maven-stage:
44           sign-artifacts: true
45           build-node: centos8-docker-8c-8g
46           cron: ""
47           sbom-generator: true
48       - "{project-name}-gerrit-release-jobs":
49           build-node: centos7-docker-2c-1g
50
51     project: "sdnc/northbound"
52     stream:
53       - "master":
54           branch: "master"
55     java-version: openjdk17
56     mvn-version: "mvn38"
57     mvn-settings: "sdnc-northbound-settings"
58
59     # due to a strange macro / variable translation problem this needs to be
60     # passed as a string block to properly get the properties correctly defined
61     # in the job
62     maven-deploy-properties: |
63       deployAtEnd=true
64     files: "**"
65     archive-artifacts: ""
66     maven-version: "mvn38"
67     build-node: ubuntu1804-builder-4c-4g
68     mvn-snapshot-id: "ecomp-snapshots"
69     nexus-snapshot-repo: "snapshots"
70
71 - project:
72     name: sdnc-northbound-sonar
73     jobs:
74       - gerrit-maven-sonar
75     sonarcloud: true
76     sonarcloud-project-organization: "{sonarcloud_project_organization}"
77     sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
78     sonar-mvn-goal: "{sonar_mvn_goal}"
79     build-node: ubuntu1804-builder-4c-4g
80     project: "sdnc/northbound"
81     project-name: "sdnc-northbound"
82     branch: "master"
83     mvn-settings: "sdnc-northbound-settings"
84     mvn-goals: "clean install"
85     java-version: openjdk17
86     mvn-version: "mvn38"
87     mvn-opts: "-Xmx1024m"
88
89 - project:
90     name: sdnc-northbound-clm
91     jobs:
92       - gerrit-maven-clm
93     nexus-iq-namespace: "onap-"
94     project: sdnc/northbound
95     project-name: "sdnc-northbound"
96     build-node: ubuntu1804-builder-4c-4g
97     stream:
98       - "master":
99           branch: "master"
100     mvn-settings: "sdnc-northbound-settings"
101     java-version: openjdk17
102     mvn-version: "mvn38"
103     mvn-opts: "--add-opens=java.base/java.util=ALL-UNNAMED"