Merge "[CPS] Adding Istanbul stream to cps ci management, release process step 11"
[ci-management.git] / jjb / cps / cps-ncmp-dmi-plugin.yaml
1 ---
2 - project:
3     name: cps-ncmp-dmi-plugin-project-view
4     project-name: cps-ncmp-dmi-plugin
5     views:
6       - project-view
7
8 - project:
9     name: cps-ncmp-dmi-plugin-info
10     project: cps/ncmp-dmi-plugin
11     project-name: cps-ncmp-dmi-plugin
12     build-node: centos7-builder-2c-1g
13     jobs:
14       - gerrit-info-yaml-verify
15
16 - project:
17     name: cps-ncmp-dmi-plugin
18     java-version: openjdk11
19     mvn-version: mvn36
20     maven-version: mvn36
21     project-name: cps-ncmp-dmi-plugin
22     project: cps/ncmp-dmi-plugin
23     mvn-snapshot-id: 'ecomp-snapshots'
24     nexus-snapshot-repo: 'snapshots'
25     jobs:
26       - gerrit-maven-docker-verify:
27           container-public-registry: nexus3.onap.org:10001
28       - gerrit-maven-merge
29       - gerrit-maven-stage:
30           sign-artifacts: true
31           build-node: centos7-docker-8c-8g
32           maven-versions-plugin: true
33       - gerrit-maven-docker-stage:
34           build-node: centos7-docker-8c-8g
35           maven-versions-plugin: true
36           mvn-params: -Pdocker
37           container-public-registry: nexus3.onap.org:10001
38           container-staging-registry: nexus3.onap.org:10003
39       - '{project-name}-gerrit-release-jobs':
40           build-node: centos7-docker-8c-8g
41     stream:
42       - 'master':
43           branch: master
44       - 'istanbul':
45           branch: 'istanbul'
46     mvn-settings: cps-ncmp-dmi-plugin-settings
47     files: '**'
48     archive-artifacts: ''
49     build-node: centos7-docker-8c-8g
50
51 - project:
52     name: cps-ncmp-dmi-plugin-clm
53     java-version: openjdk11
54     mvn-version: mvn36
55     maven-version: mvn36
56     jobs:
57       - gerrit-maven-clm
58     nexus-iq-namespace: onap-
59     project: cps/ncmp-dmi-plugin
60     project-name: cps-ncmp-dmi-plugin
61     branch: master
62     mvn-settings: cps-ncmp-dmi-plugin-settings
63     build-node: centos7-docker-8c-8g
64
65 - project:
66     name: cps-ncmp-dmi-plugin-sonar
67     java-version: openjdk11
68     mvn-version: mvn36
69     maven-version: mvn36
70     jobs:
71       - gerrit-maven-sonar
72     sonarcloud: true
73     sonarcloud-project-organization: '{sonarcloud_project_organization}'
74     sonarcloud-api-token: '{sonarcloud_api_token}'
75     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
76     sonar-mvn-goal: '{sonar_mvn_goal}'
77     cron: '@daily'
78     build-node: centos7-docker-8c-8g
79     project: cps/ncmp-dmi-plugin
80     project-name: cps-ncmp-dmi-plugin
81     branch: master
82     mvn-settings: cps-ncmp-dmi-plugin-settings
83     mvn-goals: 'clean install'
84     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
85
86 - project:
87     name: cps-ncmp-dmi-plugin-whitesource
88     project-name: cps-ncmp-dmi-plugin
89     jobs:
90       - gerrit-whitesource-scan
91     java-version: openjdk11
92     mvn-version: mvn36
93     mvn-settings: cps-ncmp-dmi-plugin-settings
94     wss-product-name: cps-ncmp-dmi-plugin
95     mvn-clean-install: true
96     project: cps/ncmp-dmi-plugin
97     branch: master
98     build-node: centos7-docker-8c-8g
99