Lusheng Ji | 1cc3987 | 2017-08-22 20:16:51 -0700 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: dcaegen2 |
| 4 | project-name: 'dcaegen2' |
| 5 | jobs: |
| 6 | - '{project-name}-{stream}-verify-java' |
| 7 | - '{project-name}-{stream}-merge-java' |
| 8 | - '{project-name}-{stream}-release-version-java-daily' |
| 9 | |
| 10 | project: 'dcaegen2' |
| 11 | stream: |
| 12 | - 'master': |
| 13 | branch: 'master' |
Lusheng Ji | a2511b6 | 2017-08-29 03:55:41 +0000 | [diff] [blame^] | 14 | mvn-settings: 'dcaegen2-settings' |
| 15 | # due to a strange macro / variable translation problem this needs |
| 16 | # to be passed as a string block to properly get the properties |
| 17 | # correctly defined in the job |
| 18 | maven-deploy-properties: | |
| 19 | deployAtEnd=true |
| 20 | files: '**' |
| 21 | archive-artifacts: '' |
| 22 | build-node: 'ubuntu1604-docker-8c-8g' |