Lusheng Ji | 1cc3987 | 2017-08-22 20:16:51 -0700 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: dcaegen2 |
| 4 | project-name: 'dcaegen2' |
| 5 | jobs: |
Jessica Wagantall | b73de3e | 2017-12-05 15:41:29 -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' |
| 12 | stream: |
| 13 | - 'master': |
| 14 | branch: 'master' |
Lusheng Ji | a2511b6 | 2017-08-29 03:55:41 +0000 | [diff] [blame] | 15 | mvn-settings: 'dcaegen2-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: '' |