Merge "Migrate to gerrit-maven-stage (MSB)"
[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: '-f deployment/docker/pom.xml'
23           mvn-pom: 'deployment/docker/pom.xml'
24           container-public-registry: 'nexus3.onap.org:10001'
25           container-staging-registry: 'nexus3.onap.org:10003'
26       - '{project-name}-{stream}-release-version-java-daily'
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
33     project: 'cli'
34     stream:
35       - 'master':
36           branch: 'master'
37     mvn-settings: 'cli-settings'
38     files: '**'
39     archive-artifacts: ''
40     build-node: ubuntu1604-builder-4c-4g
41
42 #- project:
43 #    name: cli-arm64
44 #    project-name: 'cli-arm64'
45 #    jobs:
46 #      - '{project-name}-{stream}-aai-docker-java-daily':
47 #          pom: 'deployment/docker/pom.xml'
48 #          mvn-goals: 'docker:build'
49 #          docker-image-name: 'onap/cli'
50 #
51 #    project: 'cli'
52 #    stream:
53 #      - 'master':
54 #          branch: 'master'
55 #    mvn-settings: 'cli-settings'
56 #    files: '**'
57 #    archive-artifacts: ''
58 #    build-node: ubuntu1604-docker-arm64-4c-2g
59 #
60 - project:
61     name: cli-sonar
62     jobs:
63       - gerrit-maven-sonar
64     cron: '@daily'
65     build-node: ubuntu1604-builder-4c-4g
66     project: 'cli'
67     project-name: 'cli'
68     branch: 'master'
69     mvn-settings: 'cli-settings'
70     mvn-goals: 'clean install'
71     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
72
73 - project:
74     name: cli-clm
75     jobs:
76       - gerrit-maven-clm
77     nexus-iq-namespace: 'onap-'
78     project: 'cli'
79     project-name: 'cli'
80     branch: 'master'
81     mvn-settings: 'cli-settings'
82     build-node: ubuntu1604-builder-4c-4g
83
84 - project:
85     name: cli-info
86     project-name: cli
87     jobs:
88       - gerrit-info-yaml-verify
89     project: cli
90     branch: master