Set java 11 for policy/common and policy/parent
[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     mvn-settings: 'policy-common-settings'
20     java-version: openjdk11
21     files: '**'
22     archive-artifacts: ''
23     build-node: ubuntu1604-builder-4c-4g
24
25 - project:
26     name: policy-common-sonar
27     jobs:
28       - gerrit-maven-sonar
29     sonarcloud: true
30     sonarcloud-project-organization: '{sonarcloud_project_organization}'
31     sonarcloud-api-token: '{sonarcloud_api_token}'
32     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
33     sonar-mvn-goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar"
34     cron: '@daily'
35     build-node: ubuntu1604-builder-4c-4g
36     project: 'policy/common'
37     project-name: 'policy-common'
38     branch: 'master'
39     mvn-settings: 'policy-common-settings'
40     mvn-goals: 'clean install'
41     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
42
43 - project:
44     name: policy-common-clm
45     jobs:
46       - gerrit-maven-clm
47     nexus-iq-namespace: 'onap-'
48     project: policy/common
49     project-name: 'policy-common'
50     branch: 'master'
51     mvn-settings: 'policy-common-settings'
52
53 - project:
54     name: policy-common-info
55     project-name: policy-common
56     jobs:
57       - gerrit-info-yaml-verify
58     project: policy/common
59     branch: master