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 | ded01d7 | 2017-10-13 13:09:04 -0700 | [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, Daniel (dt5972) | 9983b5c | 2017-02-20 05:06:30 -0500 | [diff] [blame] | 15 | mvn-settings: 'sdnc-northbound-settings' |
Timoney, Daniel (dt5972) | ff99c19 | 2017-02-19 09:12:09 -0500 | [diff] [blame] | 16 | |
| 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 Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 24 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame^] | 25 | |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 26 | - project: |
Jessica Wagantall | 4a1927b | 2018-02-01 16:46:50 -0800 | [diff] [blame] | 27 | name: sdnc-northbound-sonar |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 28 | jobs: |
| 29 | - gerrit-maven-sonar |
Jessica Wagantall | 4db1448 | 2018-02-14 16:07:57 -0800 | [diff] [blame] | 30 | cron: 'H 11 * * *' |
Jessica Wagantall | 4f41c69 | 2018-03-19 14:44:18 -0700 | [diff] [blame] | 31 | build-node: ubuntu1604-builder-4c-4g |
Jessica Wagantall | 4a1927b | 2018-02-01 16:46:50 -0800 | [diff] [blame] | 32 | project: 'sdnc/northbound' |
| 33 | project-name: 'sdnc-northbound' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 34 | branch: 'master' |
Jessica Wagantall | 4a1927b | 2018-02-01 16:46:50 -0800 | [diff] [blame] | 35 | mvn-settings: 'sdnc-northbound-settings' |
Jessica Wagantall | b0e72cd | 2018-01-29 16:07:22 -0800 | [diff] [blame] | 36 | mvn-goals: 'clean install' |
Jessica Wagantall | 4a1927b | 2018-02-01 16:46:50 -0800 | [diff] [blame] | 37 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |