blob: f17b62d81f3d3fd376adcf46f9e4f600704c62b6 [file] [log] [blame]
Daniel Silverthorn9ac2d6e2017-05-11 11:52:13 -04001---
2- project:
Jessica Wagantall36c95522018-11-12 17:16:38 -08003 name: aai-rest-client-project-view
4 project-name: aai-rest-client
5 views:
6 - project-view
7
8- project:
Venkata Harish K Kajur26802c72018-01-17 14:20:02 -05009 name: aai-rest-client-master
Andrew Grimbergd2fd47f2023-05-03 09:29:46 -070010 project-name: "aai-rest-client"
Daniel Silverthorn9ac2d6e2017-05-11 11:52:13 -040011 jobs:
Andrew Grimbergd2fd47f2023-05-03 09:29:46 -070012 - "{project-name}-{stream}-verify-java"
13 - "{project-name}-{stream}-merge-java"
Jimmy Forsythff3d9d12019-07-02 10:09:32 -040014 - gerrit-maven-stage:
15 sign-artifacts: true
Bengt Thuree261f8312022-09-16 19:14:39 +100016 build-node: centos8-docker-4c-4g
Jimmy Forsythff3d9d12019-07-02 10:09:32 -040017 maven-versions-plugin: true
wr148d3f26edd2022-07-05 11:57:43 -040018 sbom-generator: true
Andrew Grimbergd2fd47f2023-05-03 09:29:46 -070019 - "{project-name}-gerrit-release-jobs":
Jessica Wagantall89fce4b2023-04-10 10:34:54 -070020 build-node: centos7-docker-2c-1g
Andrew Grimbergd2fd47f2023-05-03 09:29:46 -070021 project: "aai/rest-client"
Daniel Silverthorn9ac2d6e2017-05-11 11:52:13 -040022 stream:
Andrew Grimbergd2fd47f2023-05-03 09:29:46 -070023 - "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: ""
Anil Belurd2d5f282018-07-14 20:09:36 +100032
Venkata Harish K Kajur26802c72018-01-17 14:20:02 -050033- project:
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080034 name: aai-rest-client-sonar
35 jobs:
36 - gerrit-maven-sonar
Jessica Wagantall48213c52019-11-18 16:57:02 -080037 sonarcloud: true
Andrew Grimbergd2fd47f2023-05-03 09:29:46 -070038 sonarcloud-project-organization: "{sonarcloud_project_organization}"
39 sonarcloud-project-key: "{sonarcloud_project_organization}_{project-name}"
40 sonar-mvn-goal: "{sonar_mvn_goal}"
Bengt Thureeffc3ac82022-09-30 00:35:18 +100041 build-node: ubuntu1804-builder-4c-4g
Andrew Grimbergd2fd47f2023-05-03 09:29:46 -070042 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"
Jessica Wagantalldbdf4bc2018-09-25 12:46:22 -070048
49- project:
50 name: aai-rest-client-clm
51 jobs:
52 - gerrit-maven-clm
Andrew Grimbergd2fd47f2023-05-03 09:29:46 -070053 nexus-iq-namespace: "onap-"
54 project: "aai/rest-client"
55 project-name: "aai-rest-client"
jimmy70d1e0b2018-12-13 10:19:42 -050056 stream:
Andrew Grimbergd2fd47f2023-05-03 09:29:46 -070057 - "master":
58 branch: "master"
59 mvn-settings: "aai-rest-client-settings"