blob: 45daa08f2a2031a3a73ed89f99b7df3226093863 [file] [log] [blame]
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -05001---
2- project:
3 name: sdnc-northbound
4 project-name: 'sdnc-northbound'
5 jobs:
Jessica Wagantallcb961302018-08-24 18:49:15 +00006 - gerrit-maven-clm
Marcus G K Williams1d666002017-09-14 11:33:55 -07007 - '{project-name}-{stream}-verify-java'
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -05008 - '{project-name}-{stream}-merge-java'
Dan Timoney432c71a2017-03-06 15:05:13 -05009 - '{project-name}-{stream}-release-version-java-daily'
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -050010
11 project: 'sdnc/northbound'
12 stream:
13 - 'master':
14 branch: 'master'
Timoney, Dan (dt5972)a451a012018-10-11 08:49:45 -040015 - 'casablanca':
16 branch: 'casablanca'
Timoney, Daniel (dt5972)9983b5c2017-02-20 05:06:30 -050017 mvn-settings: 'sdnc-northbound-settings'
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -050018
19 # due to a strange macro / variable translation problem this needs to be
20 # passed as a string block to properly get the properties correctly defined
21 # in the job
22 maven-deploy-properties: |
23 deployAtEnd=true
24 files: '**'
25 archive-artifacts: ''
Jessica Wagantall4f41c692018-03-19 14:44:18 -070026 build-node: ubuntu1604-builder-4c-4g
Anil Belurd2d5f282018-07-14 20:09:36 +100027
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080028- project:
Jessica Wagantall4a1927b2018-02-01 16:46:50 -080029 name: sdnc-northbound-sonar
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080030 jobs:
31 - gerrit-maven-sonar
Gary Wu5f4277f2018-09-28 10:36:23 -070032 cron: '@daily'
Jessica Wagantall4f41c692018-03-19 14:44:18 -070033 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantall4a1927b2018-02-01 16:46:50 -080034 project: 'sdnc/northbound'
35 project-name: 'sdnc-northbound'
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080036 branch: 'master'
Jessica Wagantall4a1927b2018-02-01 16:46:50 -080037 mvn-settings: 'sdnc-northbound-settings'
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080038 mvn-goals: 'clean install'
Jessica Wagantall4a1927b2018-02-01 16:46:50 -080039 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'