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