722e6e6960a283157c24979bd1eb7b6131818ee4
[ci-management.git] / jjb / portal-sdk / portal-sdk.yaml
1 ---
2 - project:
3     name: portal-sdk
4     project-name: 'portal-sdk'
5     subproject:
6       - 'onap-sdk':
7           pom: 'ecomp-sdk/pom.xml'
8           pattern: 'ecomp-sdk/**'
9     subproject-name: 'onap-sdk'
10
11     jobs:
12       - gerrit-maven-stage:
13           sign-artifacts: true
14           build-node: centos7-builder-4c-4g
15           maven-versions-plugin: true
16           mvn-pom: 'ecomp-sdk/pom.xml'
17           mvn-params: '-f ecomp-sdk/pom.xml'
18           pattern: 'ecomp-sdk/**'
19       - '{project-name}-{stream}-{subproject}-verify-java'
20       - '{project-name}-{stream}-{subproject}-merge-java'
21       - '{project-name}-gerrit-release-jobs':
22           build-node: centos7-docker-8c-8g
23     project: 'portal/sdk'
24     stream:
25       - 'master':
26           branch: 'master'
27       - 'release-2.6.0':
28           branch: 'release-2.6.0'
29     mvn-settings: 'portal-sdk-settings'
30     files: '**'
31     archive-artifacts: ''
32     build-node: ubuntu1604-builder-4c-4g
33
34 - project:
35     name: portal-sdk-sonar
36     jobs:
37       - gerrit-maven-sonar
38     sonarcloud: true
39     sonarcloud-project-organization: '{sonarcloud_project_organization}'
40     sonarcloud-api-token: '{sonarcloud_api_token}'
41     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
42     sonar-mvn-goal: '{sonar_mvn_goal}'
43     cron: '@daily'
44     build-node: ubuntu1604-builder-4c-4g
45     project: 'portal/sdk'
46     project-name: 'portal-sdk'
47     branch: 'master'
48     mvn-params: '-f ecomp-sdk/pom.xml'
49     mvn-settings: 'portal-settings'
50     mvn-goals: 'clean install'
51     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
52
53 - project:
54     name: portal-sdk-clm
55     jobs:
56       - gerrit-maven-clm:
57           mvn-params: '-f ecomp-sdk/pom.xml'
58     nexus-iq-namespace: 'onap-'
59     build-node: ubuntu1604-builder-4c-4g
60     project: portal/sdk
61     project-name: 'portal-sdk'
62     branch: 'master'
63     mvn-settings: 'portal-sdk-settings'
64
65 - project:
66     name: portal-sdk-info
67     project-name: portal-sdk
68     jobs:
69       - gerrit-info-yaml-verify
70     project: portal/sdk
71     branch: master