Carsten Lund | da8b697 | 2017-02-15 23:59:25 +0000 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: dcae-operation-utils |
| 4 | project-name: 'dcae-operation-utils' |
| 5 | subproject: |
| 6 | - 'utils': |
| 7 | pom: 'operation-utils/pom.xml' |
| 8 | pattern: 'operation-utils/**' |
| 9 | jobs: |
| 10 | - '{project-name}-{stream}-{subproject}-verify-java' |
| 11 | - '{project-name}-{stream}-{subproject}-merge-java' |
| 12 | - '{project-name}-{stream}-{subproject}-release-java-daily' |
| 13 | |
| 14 | project: 'dcae/operation/utils' |
| 15 | stream: |
| 16 | - 'master': |
| 17 | branch: 'master' |
Carsten Lund | 41fbc3d | 2017-02-16 22:59:49 +0000 | [diff] [blame] | 18 | mvn-settings: 'dcae-operation-utils-settings' |
Carsten Lund | da8b697 | 2017-02-15 23:59:25 +0000 | [diff] [blame] | 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: '' |