blob: e84df66fd712bb891c65ec7b3281364b44c42c09 [file] [log] [blame]
Lusheng Ji1cc39872017-08-22 20:16:51 -07001---
2- project:
3 name: dcaegen2
4 project-name: 'dcaegen2'
5 jobs:
Jessica Wagantallb73de3e2017-12-05 15:41:29 -08006 - gerrit-maven-clm:
Lusheng Ji1cc39872017-08-22 20:16:51 -07007 - '{project-name}-{stream}-verify-java'
8 - '{project-name}-{stream}-merge-java'
Jessica Wagantall340fb432018-02-01 13:55:30 -08009 - '{project-name}-{stream}-release-version-java-daily'
Lusheng Ji1cc39872017-08-22 20:16:51 -070010
11 project: 'dcaegen2'
12 stream:
13 - 'master':
14 branch: 'master'
Lusheng Jia2511b62017-08-29 03:55:41 +000015 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: ''