Fix docker build issue in cli
[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: ubuntu1604-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     cron: '@daily'
64     build-node: ubuntu1604-builder-4c-4g
65     project: 'cli'
66     project-name: 'cli'
67     branch: 'master'
68     mvn-settings: 'cli-settings'
69     mvn-goals: 'clean install'
70     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
71
72 - project:
73     name: cli-clm
74     jobs:
75       - gerrit-maven-clm
76     nexus-iq-namespace: 'onap-'
77     project: 'cli'
78     project-name: 'cli'
79     branch: 'master'
80     mvn-settings: 'cli-settings'
81     build-node: ubuntu1604-builder-4c-4g
82
83 - project:
84     name: cli-info
85     project-name: cli
86     jobs:
87       - gerrit-info-yaml-verify
88     project: cli
89     branch: master