Lusheng Ji | 1cc3987 | 2017-08-22 20:16:51 -0700 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: dcaegen2-platform |
| 4 | project-name: 'dcaegen2-platform' |
| 5 | jobs: |
| 6 | - '{project-name}-{stream}-verify-java' |
| 7 | - '{project-name}-{stream}-merge-java' |
Jessica Wagantall | 4bd3955 | 2017-09-16 00:00:36 -0700 | [diff] [blame] | 8 | - '{project-name}-{stream}-release-version-java-daily-no-sonar' |
Lusheng Ji | 1cc3987 | 2017-08-22 20:16:51 -0700 | [diff] [blame] | 9 | |
| 10 | project: 'dcaegen2/platform' |
| 11 | stream: |
| 12 | - 'master': |
| 13 | branch: 'master' |
| 14 | mvn-settings: 'dcaegen2-platform-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: '' |