blob: ec19ba5c710ba54b8816201ff47c8746b887f61c [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 Wagantall340fb432018-02-01 13:55:30 -08008 - '{project-name}-{stream}-release-version-java-daily'
Lusheng Ji1cc39872017-08-22 20:16:51 -07009
10 project: 'dcaegen2'
11 stream:
12 - 'master':
13 branch: 'master'
Lusheng Ji28717262018-06-06 17:07:30 -040014 - 'beijing':
15 branch: 'beijing'
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: ''