blob: 283c159e5132063b2b65b47d1077f8f0e1f0ae19 [file] [log] [blame]
Areli Fuss40496a42017-09-28 10:43:13 +03001---
2
3- project:
4 name: vvp-jenkins
5 project-name: 'vvp-jenkins'
6 project: 'vvp/jenkins'
7 stream:
8 - 'master':
9 branch: 'master'
10 subproject:
11 - validation-scripts:
12 path: '.'
13 pattern: '**'
14 mvn-settings: 'vvp-jenkins-settings'
stark, stevend7c65b32018-04-05 07:44:21 -070015 build-node: ubuntu1604-docker-8c-8g
Areli Fuss40496a42017-09-28 10:43:13 +030016 jobs:
Jessica Wagantall32c92e32018-03-13 13:03:38 -070017 - gerrit-python-xc-clm:
Areli Fuss40496a42017-09-28 10:43:13 +030018 - '{project-name}-{stream}-{subproject}-verify-python'
Jessica Wagantallcbd35e52018-05-07 15:21:46 -070019 - '{project-name}-{stream}-docker-java-daily':
20 mvn-params: '-Dmaven.test.skip=true'
Areli Fuss40496a42017-09-28 10:43:13 +030021 docker-pom: 'pom.xml'
22 mvn-profile: 'default'
Anil Belurd2d5f282018-07-14 20:09:36 +100023
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080024- project:
25 name: vvp-jenkins-sonar
26 jobs:
27 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080028 cron: 'H 11 * * *'
stark, stevend7c65b32018-04-05 07:44:21 -070029 build-node: ubuntu1604-docker-8c-8g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080030 project: 'vvp/jenkins'
31 project-name: 'vvp-jenkins'
32 branch: 'master'
33 mvn-settings: 'vvp-jenkins-settings'
34 mvn-goals: 'clean install'
stark, stevend7c65b32018-04-05 07:44:21 -070035 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'