Merge "Add CSIT tests for vnfsdk to JJB."
[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     mvn-settings: 'cli-settings'
78     mvn-goals: 'clean install'
79     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
80
81 - project:
82     name: cli-clm
83     jobs:
84       - gerrit-maven-clm
85     nexus-iq-namespace: 'onap-'
86     project: 'cli'
87     project-name: 'cli'
88     branch: 'master'
89     mvn-settings: 'cli-settings'
90     build-node: ubuntu1804-builder-4c-4g
91
92 - project:
93     name: cli-info
94     project-name: cli
95     jobs:
96       - gerrit-info-yaml-verify
97     build-node: centos7-builder-2c-1g
98     project: cli
99     branch: master