Timoney, Daniel (dt5972) | ff99c19 | 2017-02-19 09:12:09 -0500 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: sdnc-northbound |
| 4 | project-name: 'sdnc-northbound' |
| 5 | jobs: |
Jessica Wagantall | cb96130 | 2018-08-24 18:49:15 +0000 | [diff] [blame] | 6 | - gerrit-maven-clm |
Marcus G K Williams | 1d66600 | 2017-09-14 11:33:55 -0700 | [diff] [blame] | 7 | - '{project-name}-{stream}-verify-java' |
Timoney, Daniel (dt5972) | ff99c19 | 2017-02-19 09:12:09 -0500 | [diff] [blame] | 8 | - '{project-name}-{stream}-merge-java' |
Dan Timoney | 432c71a | 2017-03-06 15:05:13 -0500 | [diff] [blame] | 9 | - '{project-name}-{stream}-release-version-java-daily' |
Timoney, Daniel (dt5972) | ff99c19 | 2017-02-19 09:12:09 -0500 | [diff] [blame] | 10 | |
| 11 | project: 'sdnc/northbound' |
| 12 | stream: |
| 13 | - 'master': |
| 14 | branch: 'master' |
Timoney, Dan (dt5972) | a451a01 | 2018-10-11 08:49:45 -0400 | [diff] [blame^] | 15 | - 'casablanca': |
| 16 | branch: 'casablanca' |
Timoney, Daniel (dt5972) | 9983b5c | 2017-02-20 05:06:30 -0500 | [diff] [blame] | 17 | mvn-settings: 'sdnc-northbound-settings' |
Timoney, Daniel (dt5972) | ff99c19 | 2017-02-19 09:12:09 -0500 | [diff] [blame] | 18 | |
| 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 Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 26 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 27 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 28 | - project: |
Jessica Wagantall | 4a1927b | 2018-02-01 16:46:50 -0800 | [diff] [blame] | 29 | name: sdnc-northbound-sonar |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 30 | jobs: |
| 31 | - gerrit-maven-sonar |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 32 | cron: '@daily' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 33 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | 4a1927b | 2018-02-01 16:46:50 -0800 | [diff] [blame] | 34 | project: 'sdnc/northbound' |
| 35 | project-name: 'sdnc-northbound' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 36 | branch: 'master' |
Jessica Wagantall | 4a1927b | 2018-02-01 16:46:50 -0800 | [diff] [blame] | 37 | mvn-settings: 'sdnc-northbound-settings' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 38 | mvn-goals: 'clean install' |
Jessica Wagantall | 4a1927b | 2018-02-01 16:46:50 -0800 | [diff] [blame] | 39 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |