blob: 5f9e2f1e337d56c9472141d87cdea7c7ef1d08f0 [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 Wagantallded01d72017-10-13 13:09:04 -07006 - 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, Daniel (dt5972)9983b5c2017-02-20 05:06:30 -050015 mvn-settings: 'sdnc-northbound-settings'
Timoney, Daniel (dt5972)ff99c192017-02-19 09:12:09 -050016
17 # due to a strange macro / variable translation problem this needs to be
18 # passed as a string block to properly get the properties correctly defined
19 # in the job
20 maven-deploy-properties: |
21 deployAtEnd=true
22 files: '**'
23 archive-artifacts: ''
Jessica Wagantall4f41c692018-03-19 14:44:18 -070024 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080025- project:
Jessica Wagantall4a1927b2018-02-01 16:46:50 -080026 name: sdnc-northbound-sonar
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080027 jobs:
28 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080029 cron: 'H 11 * * *'
Jessica Wagantall4f41c692018-03-19 14:44:18 -070030 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantall4a1927b2018-02-01 16:46:50 -080031 project: 'sdnc/northbound'
32 project-name: 'sdnc-northbound'
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080033 branch: 'master'
Jessica Wagantall4a1927b2018-02-01 16:46:50 -080034 mvn-settings: 'sdnc-northbound-settings'
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080035 mvn-goals: 'clean install'
Jessica Wagantall4a1927b2018-02-01 16:46:50 -080036 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'