Merge "Top up version of Java to 11 in HV-VES clm job"
[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: ubuntu1604-docker-8c-8g
32     project: 'cli'
33     stream:
34       - 'master':
35           branch: 'master'
36     mvn-settings: 'cli-settings'
37     files: '**'
38     archive-artifacts: ''
39     build-node: ubuntu1604-builder-4c-4g
40
41 #- project:
42 #    name: cli-arm64
43 #    project-name: 'cli-arm64'
44 #    jobs:
45 #      - '{project-name}-{stream}-aai-docker-java-daily':
46 #          pom: 'deployment/docker/pom.xml'
47 #          mvn-goals: 'docker:build'
48 #          docker-image-name: 'onap/cli'
49 #
50 #    project: 'cli'
51 #    stream:
52 #      - 'master':
53 #          branch: 'master'
54 #    mvn-settings: 'cli-settings'
55 #    files: '**'
56 #    archive-artifacts: ''
57 #    build-node: ubuntu1604-docker-arm64-4c-2g
58 #
59 - project:
60     name: cli-sonar
61     jobs:
62       - gerrit-maven-sonar
63     sonarcloud: true
64     sonarcloud-project-organization: '{sonarcloud_project_organization}'
65     sonarcloud-api-token: '{sonarcloud_api_token}'
66     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
67     sonar-mvn-goal: '{sonar_mvn_goal}'
68     cron: '@daily'
69     build-node: ubuntu1604-builder-4c-4g
70     project: 'cli'
71     project-name: 'cli'
72     branch: 'master'
73     mvn-settings: 'cli-settings'
74     mvn-goals: 'clean install'
75     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
76
77 - project:
78     name: cli-clm
79     jobs:
80       - gerrit-maven-clm
81     nexus-iq-namespace: 'onap-'
82     project: 'cli'
83     project-name: 'cli'
84     branch: 'master'
85     mvn-settings: 'cli-settings'
86     build-node: ubuntu1604-builder-4c-4g
87
88 - project:
89     name: cli-info
90     project-name: cli
91     jobs:
92       - gerrit-info-yaml-verify
93     project: cli
94     branch: master