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