Carsten Lund | da8b697 | 2017-02-15 23:59:25 +0000 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: ncomp-cdap |
| 4 | project-name: 'ncomp-cdap' |
| 5 | jobs: |
| 6 | - '{project-name}-{stream}-verify-java' |
| 7 | - '{project-name}-{stream}-merge-java' |
Carsten Lund | 2d06a69 | 2017-02-23 18:23:07 +0000 | [diff] [blame] | 8 | - '{project-name}-{stream}-release-version2-java-daily' |
Carsten Lund | da8b697 | 2017-02-15 23:59:25 +0000 | [diff] [blame] | 9 | |
| 10 | project: 'ncomp/cdap' |
| 11 | stream: |
| 12 | - 'master': |
| 13 | branch: 'master' |
Carsten Lund | 1390867 | 2017-03-13 15:03:27 +0000 | [diff] [blame^] | 14 | - 'release-1.0.0': |
| 15 | branch: 'release-1.0.0' |
Carsten Lund | 41fbc3d | 2017-02-16 22:59:49 +0000 | [diff] [blame] | 16 | mvn-settings: 'ncomp-cdap-settings' |
Carsten Lund | da8b697 | 2017-02-15 23:59:25 +0000 | [diff] [blame] | 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: '' |