Merge "[SO] update the honolulu jenkins to the SO-core"
[ci-management.git] / jjb / policy / policy-common.yaml
1 ---
2 - project:
3     name: policy-common
4     project-name: 'policy-common'
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           maven-versions-plugin: true
12       - '{project-name}-gerrit-release-jobs':
13           build-node: centos7-docker-8c-8g
14
15     project: 'policy/common'
16     stream:
17       - 'master':
18           branch: 'master'
19       - 'frankfurt':
20           branch: 'frankfurt'
21       - 'guilin':
22           branch: 'guilin'
23       - 'honolulu':
24           branch: 'honolulu'
25     mvn-settings: 'policy-common-settings'
26     java-version: openjdk11
27     files: '**'
28     archive-artifacts: ''
29     build-node: ubuntu1804-builder-4c-4g
30
31 - project:
32     name: policy-common-sonar
33     jobs:
34       - gerrit-maven-sonar
35     sonarcloud: true
36     sonarcloud-project-organization: '{sonarcloud_project_organization}'
37     sonarcloud-api-token: '{sonarcloud_api_token}'
38     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
39     sonar-mvn-goal: '{sonar_mvn_goal}'
40     cron: '@daily'
41     build-node: ubuntu1804-builder-4c-4g
42     project: 'policy/common'
43     project-name: 'policy-common'
44     branch: 'master'
45     mvn-settings: 'policy-common-settings'
46     java-version: openjdk11
47     mvn-goals: 'clean install'
48     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
49
50 - project:
51     name: policy-common-clm
52     jobs:
53       - gerrit-maven-clm
54     nexus-iq-namespace: 'onap-'
55     project: policy/common
56     project-name: 'policy-common'
57     branch: 'master'
58     mvn-settings: 'policy-common-settings'
59     java-version: openjdk11
60
61 - project:
62     name: policy-common-info
63     project-name: policy-common
64     jobs:
65       - gerrit-info-yaml-verify
66     build-node: centos7-builder-2c-1g
67     project: policy/common
68     branch: master