Lusheng Ji | 1cc3987 | 2017-08-22 20:16:51 -0700 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: dcaegen2-deployments |
| 4 | project-name: 'dcaegen2-deployments' |
| 5 | jobs: |
Jessica Wagantall | aa20361 | 2018-02-20 14:40:52 -0800 | [diff] [blame] | 6 | - gerrit-maven-clm |
Lusheng Ji | 1cc3987 | 2017-08-22 20:16:51 -0700 | [diff] [blame] | 7 | - '{project-name}-{stream}-verify-java' |
| 8 | - '{project-name}-{stream}-merge-java' |
Jessica Wagantall | 340fb43 | 2018-02-01 13:55:30 -0800 | [diff] [blame] | 9 | - '{project-name}-{stream}-release-version-java-daily' |
Lusheng Ji | 1cc3987 | 2017-08-22 20:16:51 -0700 | [diff] [blame] | 10 | |
| 11 | project: 'dcaegen2/deployments' |
| 12 | stream: |
| 13 | - 'master': |
| 14 | branch: 'master' |
Lusheng Ji | a2511b6 | 2017-08-29 03:55:41 +0000 | [diff] [blame] | 15 | mvn-settings: 'dcaegen2-deployments-settings' |
| 16 | # due to a strange macro / variable translation problem this needs |
| 17 | # to be passed as a string block to properly get the properties |
| 18 | # correctly defined in the job |
| 19 | maven-deploy-properties: | |
| 20 | deployAtEnd=true |
| 21 | files: '**' |
| 22 | archive-artifacts: '' |
| 23 | build-node: 'ubuntu1604-docker-8c-8g' |
Julien Barbot | 909c458 | 2018-08-29 11:36:26 +0200 | [diff] [blame^] | 24 | build-timeout: 180 |