blob: b07b848c05e5381ff454cf7b46ae886574c3252b [file] [log] [blame]
Lusheng Ji1cc39872017-08-22 20:16:51 -07001---
2- project:
3 name: dcaegen2
4 project-name: 'dcaegen2'
5 jobs:
6 - '{project-name}-{stream}-verify-java'
7 - '{project-name}-{stream}-merge-java'
Jessica Wagantall4bd39552017-09-16 00:00:36 -07008 - '{project-name}-{stream}-release-version-java-daily-no-sonar'
Lusheng Ji1cc39872017-08-22 20:16:51 -07009
10 project: 'dcaegen2'
11 stream:
12 - 'master':
13 branch: 'master'
Lusheng Jibd8c7292017-11-27 15:23:29 -050014 - 'amsterdam':
15 branch: 'amsterdam'
Lusheng Jia2511b62017-08-29 03:55:41 +000016 mvn-settings: 'dcaegen2-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'