Merge "Enable self release for CLI project"
[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}-gerrit-release-jobs':
27           build-node: centos7-docker-8c-8g
28
29     project: 'cli'
30     stream:
31       - 'master':
32           branch: 'master'
33     mvn-settings: 'cli-settings'
34     files: '**'
35     archive-artifacts: ''
36     build-node: ubuntu1604-builder-4c-4g
37
38 #- project:
39 #    name: cli-arm64
40 #    project-name: 'cli-arm64'
41 #    jobs:
42 #      - '{project-name}-{stream}-aai-docker-java-daily':
43 #          pom: 'deployment/docker/pom.xml'
44 #          mvn-goals: 'docker:build'
45 #          docker-image-name: 'onap/cli'
46 #
47 #    project: 'cli'
48 #    stream:
49 #      - 'master':
50 #          branch: 'master'
51 #    mvn-settings: 'cli-settings'
52 #    files: '**'
53 #    archive-artifacts: ''
54 #    build-node: ubuntu1604-docker-arm64-4c-2g
55 #
56 - project:
57     name: cli-sonar
58     jobs:
59       - gerrit-maven-sonar
60     cron: '@daily'
61     build-node: ubuntu1604-builder-4c-4g
62     project: 'cli'
63     project-name: 'cli'
64     branch: 'master'
65     mvn-settings: 'cli-settings'
66     mvn-goals: 'clean install'
67     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
68
69 - project:
70     name: cli-clm
71     jobs:
72       - gerrit-maven-clm
73     nexus-iq-namespace: 'onap-'
74     project: 'cli'
75     project-name: 'cli'
76     branch: 'master'
77     mvn-settings: 'cli-settings'
78     build-node: ubuntu1604-builder-4c-4g
79
80 - project:
81     name: cli-info
82     project-name: cli
83     jobs:
84       - gerrit-info-yaml-verify
85     project: cli
86     branch: master