43b60198d3a1efb35ff35e9664c4d146051388ad
[ci-management.git] / jjb / vsap / vsap.yaml
1 ---
2 #########################################################################
3 #
4 # Copyright (c) 2019 Intel and/or its affiliates.
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at:
8 #
9 #     http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 #########################################################################
17
18 - project:
19     name: vsap-view
20     views:
21       - project-view
22     project-name: vsap
23
24 - project:
25     name: vsap-info
26     project-name: vsap
27     jobs:
28       - gerrit-info-yaml-verify
29     build-node: centos7-builder-2c-2g
30     project: vsap
31     branch: master
32
33 - project:
34     name: vsap-sonar
35     project: vsap
36     project-name: vsap
37     mvn-settings: vsap-settings
38     sonarcloud: true
39     sonarcloud-project-organization: '{sonarcloud_project_organization}'
40     sonarcloud-api-token: '{sonarcloud_api_token}'
41     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
42     branch: master
43     build-node: centos7-docker-4c-4g
44     jobs:
45       - gerrit-maven-sonar