blob: c805ae11362a272203f1030754f83785ace18fee [file] [log] [blame]
Jessica Wagantall6f6e4142018-02-20 14:47:04 -08001---
2- project:
3 name: sdnc-features
4 project-name: 'sdnc-features'
5 jobs:
Timoney, Dan (dt5972)2ab7d7b2018-03-20 20:26:50 -04006 - '{project-name}-{stream}-verify-java'
7 - '{project-name}-{stream}-merge-java'
8 - '{project-name}-{stream}-release-version-java-daily'
Jessica Wagantall6f6e4142018-02-20 14:47:04 -08009
10 project: 'sdnc/features'
11 stream:
12 - 'master':
13 branch: 'master'
14 mvn-settings: 'sdnc-features-settings'
Timoney, Dan (dt5972)2ab7d7b2018-03-20 20:26:50 -040015
16 # due to a strange macro / variable translation problem this needs to be
17 # passed as a string block to properly get the properties correctly defined
18 # in the job
19 maven-deploy-properties: |
20 deployAtEnd=true
Jessica Wagantall6f6e4142018-02-20 14:47:04 -080021 files: '**'
22 archive-artifacts: ''
Jessica Wagantall4f41c692018-03-19 14:44:18 -070023 build-node: ubuntu1604-builder-4c-4g
Anil Belurd2d5f282018-07-14 20:09:36 +100024
Timoney, Dan (dt5972)2ab7d7b2018-03-20 20:26:50 -040025- project:
26 name: sdnc-features-sonar
27 jobs:
28 - gerrit-maven-sonar
29 cron: 'H 11 * * *'
30 build-node: ubuntu1604-builder-4c-4g
31 project: 'sdnc/features'
32 project-name: 'sdnc-features'
33 branch: 'master'
34 mvn-settings: 'sdnc-features-settings'
35 mvn-goals: 'clean install'
36 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'