Carsten Lund | da8b697 | 2017-02-15 23:59:25 +0000 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: ncomp-utils |
| 4 | project-name: 'ncomp-utils' |
| 5 | jobs: |
| 6 | - '{project-name}-{stream}-verify-java' |
Carsten Lund | aeac1a0 | 2017-02-17 02:01:22 +0000 | [diff] [blame] | 7 | - '{project-name}-{stream}-downstream-merge-java': |
| 8 | dependencies: 'ncomp-master-merge-java' |
Carsten Lund | da8b697 | 2017-02-15 23:59:25 +0000 | [diff] [blame] | 9 | - '{project-name}-{stream}-release-java-daily' |
| 10 | |
| 11 | project: 'ncomp/utils' |
| 12 | stream: |
| 13 | - 'master': |
| 14 | branch: 'master' |
Carsten Lund | 41fbc3d | 2017-02-16 22:59:49 +0000 | [diff] [blame] | 15 | mvn-settings: 'ncomp-utils-settings' |
Carsten Lund | da8b697 | 2017-02-15 23:59:25 +0000 | [diff] [blame] | 16 | # due to a strange macro / variable translation problem this needs to be |
| 17 | # passed as a string block to properly get the properties correctly defined |
| 18 | # in the job |
| 19 | maven-deploy-properties: | |
| 20 | deployAtEnd=true |
| 21 | files: '**' |
| 22 | archive-artifacts: '' |