CI: Disable daily jobs
[ci-management.git] / jjb / aai / aai-rest-client.yaml
1 ---
2 - project:
3     name: aai-rest-client-project-view
4     project-name: aai-rest-client
5     views:
6       - project-view
7
8 - project:
9     name: aai-rest-client-master
10     project-name: "aai-rest-client"
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: centos8-docker-4c-4g
17           maven-versions-plugin: true
18           sbom-generator: true
19       - "{project-name}-gerrit-release-jobs":
20           build-node: centos7-docker-2c-1g
21     project: "aai/rest-client"
22     stream:
23       - "jakarta":
24           branch: "jakarta"
25       - "kohn":
26           branch: "kohn"
27       - "master":
28           branch: "master"
29     mvn-settings: "aai-rest-client-settings"
30     files: "**"
31     archive-artifacts: ""
32
33 - project:
34     name: aai-rest-client-sonar
35     jobs:
36       - gerrit-maven-sonar
37     sonarcloud: true
38     sonarcloud-project-organization: "{sonarcloud_project_organization}"
39     sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
40     sonar-mvn-goal: "{sonar_mvn_goal}"
41     build-node: ubuntu1804-builder-4c-4g
42     project: "aai/rest-client"
43     project-name: "aai-rest-client"
44     branch: "master"
45     mvn-settings: "aai-rest-client-settings"
46     mvn-goals: "clean install"
47     mvn-opts: "-Xmx1024m -XX:MaxPermSize=256m"
48
49 - project:
50     name: aai-rest-client-clm
51     jobs:
52       - gerrit-maven-clm
53     nexus-iq-namespace: "onap-"
54     project: "aai/rest-client"
55     project-name: "aai-rest-client"
56     stream:
57       - "master":
58           branch: "master"
59     mvn-settings: "aai-rest-client-settings"