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