blob: c9a81dced90117d10e77441868f610c043094482 [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'
8 - '{project-name}-{stream}-release-version-java-daily'
9
10 project: 'dcaegen2'
11 stream:
12 - 'master':
13 branch: 'master'
Lusheng Jia2511b62017-08-29 03:55:41 +000014 mvn-settings: 'dcaegen2-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: ''
22 build-node: 'ubuntu1604-docker-8c-8g'