blob: 56e0a1b694b461133bf527a1a7383b596840b43c [file] [log] [blame]
YongchaoWu3072a9d2019-11-07 20:27:07 +01001---
2- project:
3 name: nonrtric-project-view
4 project-name: nonrtric
5 views:
6 - project-view
7
8- project:
9 name: nonrtric-info
10 project: nonrtric
11 project-name: nonrtric
Aric Gardnerda252d22019-10-11 16:10:03 -040012 build-node: centos7-builder-1c-1g
YongchaoWu3072a9d2019-11-07 20:27:07 +010013 jobs:
14 - gerrit-info-yaml-verify
YongchaoWuba898322019-11-12 12:15:03 +010015
elinuxhenrikba9bee22020-06-02 11:53:56 +020016- nonrtric_jdk_common: &nonrtric_jdk_common
17 name: nonrtric-jdk-common
YongchaoWuba898322019-11-12 12:15:03 +010018 # git repo
19 project: nonrtric
20 # jenkins job name prefix
21 project-name: nonrtric
22 # maven settings file has docker credentials
23 mvn-settings: nonrtric-settings
YongchaoWuba898322019-11-12 12:15:03 +010024 mvn-version: mvn36
25
elinuxhenrikba9bee22020-06-02 11:53:56 +020026- nonrtric_jdk11: &nonrtric_jdk11
27 <<: *nonrtric_jdk_common
28 name: nonrtric-jdk11
29 java-version: openjdk11
30
31- nonrtric_jdk8: &nonrtric_jdk8
32 <<: *nonrtric_jdk_common
33 name: nonrtric-jdk8
34 java-version: openjdk8
35
YongchaoWuba898322019-11-12 12:15:03 +010036- project:
37 <<: *nonrtric_jdk11
38 mvn-params: -Dbuild.number=${{BUILD_NUMBER}}
39 jobs:
ecaiyanlinuxea8b6342020-06-10 15:26:55 +020040 - gerrit-maven-docker-verify:
41 mvn-opts: -Dexec.skip=false
YongchaoWuba898322019-11-12 12:15:03 +010042 - gerrit-maven-docker-merge
43 - gerrit-maven-docker-stage
44 stream:
45 - master:
wrider7f7c1c72019-11-19 00:13:13 -050046 branch: master
47
elinuxhenrike2c327b2020-05-29 09:48:09 +020048# nonrtric:policy-agent
elinuxhenrikba9bee22020-06-02 11:53:56 +020049# Maven artifacts for nonrtric-policy-agent
50- project:
51 <<: *nonrtric_jdk11
52 name: nonrtric-policy-agent
53 project-name: '{name}'
ecaiyanlinux66176432020-06-08 16:46:57 +020054 mvn-opts: '-Ddocker.skip=true -Dexec.skip=true'
elinuxhenrike2c327b2020-05-29 09:48:09 +020055 mvn-params: '-f policy-agent'
56 gerrit_trigger_file_paths:
57 - compare-type: REG_EXP
58 pattern: 'policy-agent/.*'
elinuxhenrikba9bee22020-06-02 11:53:56 +020059 build-node: ubuntu1804-builder-4c-4g
60 jobs:
61 - gerrit-maven-verify
62 - gerrit-maven-merge
63 - gerrit-maven-stage
64 - gerrit-maven-clm
65 stream:
66 - master:
67 branch: master
elinuxhenrike2c327b2020-05-29 09:48:09 +020068
elinuxhenrik54cd5492020-06-03 14:00:26 +020069# nonrtric:sdnc-a1-controller
70# Maven artifacts for nonrtric-sdnc-a1-controller
elinuxhenrike2c327b2020-05-29 09:48:09 +020071- project:
elinuxhenrikba9bee22020-06-02 11:53:56 +020072 <<: *nonrtric_jdk8
elinuxhenrik54cd5492020-06-03 14:00:26 +020073 name: nonrtric-sdnc-a1-controller
elinuxhenrikba9bee22020-06-02 11:53:56 +020074 project-name: '{name}'
ecaiyanlinux66176432020-06-08 16:46:57 +020075 mvn-opts: '-Ddocker.skip=true -Dexec.skip=true'
elinuxhenrik54cd5492020-06-03 14:00:26 +020076 mvn-params: '-f sdnc-a1-controller/northbound'
elinuxhenrikba9bee22020-06-02 11:53:56 +020077 gerrit_trigger_file_paths:
78 - compare-type: REG_EXP
elinuxhenrik54cd5492020-06-03 14:00:26 +020079 pattern: 'sdnc-a1-controller/northbound/.*'
elinuxhenrike2c327b2020-05-29 09:48:09 +020080 build-node: ubuntu1804-builder-4c-4g
81 jobs:
82 - gerrit-maven-verify
83 - gerrit-maven-merge
84 - gerrit-maven-stage
85 - gerrit-maven-clm
86 stream:
87 - master:
88 branch: master
89
wrider7f7c1c72019-11-19 00:13:13 -050090- project:
91 <<: *nonrtric_jdk11
92 name: nonrtric-release
93 branch: master
94 # maven release requires sigul which requires centos
95 # container release requires docker
96 build-node: centos7-docker-2c-8g
97 jobs:
98 - '{project-name}-gerrit-release-jobs'
Lott, Christopher (cl778h)e691a222020-02-07 05:23:20 -050099
100- project:
101 <<: *nonrtric_jdk11
102 name: nonrtric-sonar
103 # template goal install builds docker image unnecessarily
ecaiyanlinux66176432020-06-08 16:46:57 +0200104 mvn-params: '-Ddocker.skip=true -Dexec.skip=true'
Lott, Christopher (cl778h)e691a222020-02-07 05:23:20 -0500105 sonarcloud: true
106 sonarcloud-api-token: '{sonarcloud_api_token}'
107 sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
108 sonarcloud-project-organization: '{sonarcloud_project_organization}'
109 jobs:
110 - gerrit-maven-sonar