Merge "Remove clamp from JJB"
[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       - 'guilin':
20           branch: 'guilin'
21       - 'honolulu':
22           branch: 'honolulu'
23     mvn-settings: 'policy-common-settings'
24     java-version: openjdk11
25     files: '**'
26     archive-artifacts: ''
27     build-node: ubuntu1804-builder-4c-4g
28
29 - project:
30     name: policy-common-sonar
31     jobs:
32       - gerrit-maven-sonar
33     sonarcloud: true
34     sonarcloud-project-organization: '{sonarcloud_project_organization}'
35     sonarcloud-api-token: '{sonarcloud_api_token}'
36     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
37     sonar-mvn-goal: '{sonar_mvn_goal}'
38     cron: '@daily'
39     build-node: ubuntu1804-builder-4c-4g
40     project: 'policy/common'
41     project-name: 'policy-common'
42     branch: 'master'
43     mvn-settings: 'policy-common-settings'
44     java-version: openjdk11
45     mvn-goals: 'clean install'
46     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
47
48 - project:
49     name: policy-common-clm
50     jobs:
51       - gerrit-maven-clm
52     nexus-iq-namespace: 'onap-'
53     project: policy/common
54     project-name: 'policy-common'
55     branch: 'master'
56     mvn-settings: 'policy-common-settings'
57     java-version: openjdk11
58
59 - project:
60     name: policy-common-info
61     project-name: policy-common
62     jobs:
63       - gerrit-info-yaml-verify
64     build-node: centos7-builder-2c-1g
65     project: policy/common
66     branch: master