Merge "Add xapp-frame"
[ci-management.git] / jjb / ric-plt-xapp-frame / ric-plt-xapp-frame.yaml
1 ---
2 - project:
3     name: ric-plt-xapp-frame-project-view
4     project-name: ric-plt-xapp-frame
5     views:
6       - project-view
7
8 - project:
9     name: ric-plt-xapp-frame-info
10     project: ric-plt/xapp-frame
11     project-name: ric-plt-xapp-frame
12     build-node: centos7-builder-1c-1g
13     jobs:
14       - gerrit-info-yaml-verify
15
16 - xapp_frame_docker_common: &xapp_frame_docker_common
17     # values apply to all xapp-frame docker projects
18     name: xapp-frame-docker-common
19     # git repo
20     project: ric-plt/xapp-frame
21     # jenkins job name prefix
22     project-name: ric-plt-xapp-frame
23     # maven settings file has docker credentials
24     mvn-settings: ric-plt-xapp-frame-settings
25
26 # runs unit tests on verify only
27 - project:
28     <<: *xapp_frame_docker_common
29     name: ric-plt-xapp-frame
30     # image name, altho it is never pushed
31     docker-name: '{name}'
32     # use host network
33     docker-build-args: '--network=host -f ci/Dockerfile'
34     # image tag; use a fixed value
35     container-tag-method: latest
36     jobs:
37       - gerrit-docker-verify
38     stream:
39       - master:
40           branch: master