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: |
| 7 | java-version: '' |
Marcus G K Williams | 1d66600 | 2017-09-14 11:33:55 -0700 | [diff] [blame] | 8 | - '{project-name}-{stream}-verify-java' |
Timoney, Daniel (dt5972) | ff99c19 | 2017-02-19 09:12:09 -0500 | [diff] [blame] | 9 | - '{project-name}-{stream}-merge-java' |
Dan Timoney | 432c71a | 2017-03-06 15:05:13 -0500 | [diff] [blame] | 10 | - '{project-name}-{stream}-release-version-java-daily' |
Timoney, Daniel (dt5972) | ff99c19 | 2017-02-19 09:12:09 -0500 | [diff] [blame] | 11 | |
| 12 | project: 'sdnc/northbound' |
| 13 | stream: |
| 14 | - 'master': |
| 15 | branch: 'master' |
Jessica Wagantall | 9120536 | 2017-11-20 21:32:45 -0800 | [diff] [blame] | 16 | - 'amsterdam': |
| 17 | branch: 'amsterdam' |
Timoney, Daniel (dt5972) | 9983b5c | 2017-02-20 05:06:30 -0500 | [diff] [blame] | 18 | mvn-settings: 'sdnc-northbound-settings' |
Timoney, Daniel (dt5972) | ff99c19 | 2017-02-19 09:12:09 -0500 | [diff] [blame] | 19 | |
| 20 | # due to a strange macro / variable translation problem this needs to be |
| 21 | # passed as a string block to properly get the properties correctly defined |
| 22 | # in the job |
| 23 | maven-deploy-properties: | |
| 24 | deployAtEnd=true |
| 25 | files: '**' |
| 26 | archive-artifacts: '' |
Dan Timoney | 9e26847 | 2017-10-05 19:00:40 -0400 | [diff] [blame] | 27 | build-node: ubuntu1604-basebuild-4c-4g |