Lusheng Ji | 1cc3987 | 2017-08-22 20:16:51 -0700 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: dcaegen2-platform-blueprints |
| 4 | project-name: 'dcaegen2-platform-blueprints' |
| 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/blueprints' |
| 11 | stream: |
| 12 | - 'master': |
| 13 | branch: 'master' |
Lusheng Ji | bd8c729 | 2017-11-27 15:23:29 -0500 | [diff] [blame] | 14 | - 'amsterdam': |
| 15 | branch: 'amsterdam' |
Lusheng Ji | a2511b6 | 2017-08-29 03:55:41 +0000 | [diff] [blame] | 16 | mvn-settings: 'dcaegen2-platform-blueprints-settings' |
| 17 | # due to a strange macro / variable translation problem this needs |
| 18 | # to be passed as a string block to properly get the properties |
| 19 | # correctly defined in the job |
| 20 | maven-deploy-properties: | |
| 21 | deployAtEnd=true |
| 22 | files: '**' |
| 23 | archive-artifacts: '' |
| 24 | build-node: 'ubuntu1604-docker-8c-8g' |