blob: 8ea64fcdf31f4cd45acfbcc5eda5586cdfb30e23 [file] [log] [blame]
ml636r7e45bd02017-02-15 21:12:12 +02001---
2
3- project:
Andrew Grimbergf8264a42017-02-15 11:41:00 -08004 name: sdc-sdc-distribution-client
5 project-name: 'sdc-sdc-distribution-client'
ml636r7e45bd02017-02-15 21:12:12 +02006 jobs:
Jessica Wagantall25788fe2018-07-31 20:00:57 -07007 - gerrit-maven-clm
ml636r7e45bd02017-02-15 21:12:12 +02008 - '{project-name}-{stream}-verify-java'
ml636r69e9b0a2017-02-23 14:50:05 +02009 - '{project-name}-{stream}-release-version-java-daily'
ml636r7e45bd02017-02-15 21:12:12 +020010 - '{project-name}-{stream}-merge-java'
ml636r7e45bd02017-02-15 21:12:12 +020011 project: 'sdc/sdc-distribution-client'
12 stream:
13 - 'master':
14 branch: 'master'
Michael Lando82b94aa2018-05-26 19:49:09 +030015 - 'beijing':
16 branch: 'beijing'
Andrew Grimbergf8264a42017-02-15 11:41:00 -080017 mvn-settings: 'sdc-sdc-distribution-client-settings'
ml636r7e45bd02017-02-15 21:12:12 +020018 files: '**'
19 archive-artifacts: ''
ml636r69e9b0a2017-02-23 14:50:05 +020020 build-timeout: 60
Anil Belurd2d5f282018-07-14 20:09:36 +100021
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080022- project:
23 name: sdc-sdc-distribution-client-sonar
24 jobs:
25 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080026 cron: 'H 11 * * *'
Jessica Wagantall4f41c692018-03-19 14:44:18 -070027 build-node: ubuntu1604-builder-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080028 project: 'sdc/sdc-distribution-client'
29 project-name: 'sdc-sdc-distribution-client'
30 branch: 'master'
31 mvn-settings: 'sdc-sdc-distribution-client-settings'
Michael Landoed888be2018-08-16 18:07:52 +030032 mvn-params: '-Dsonar.branch=${branch}'
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080033 mvn-goals: 'clean install'
Michael Landoe1aab9c2018-08-12 19:34:40 +030034 mvn-opts: '-Xmx1024m'