blob: b78e0d244c278142ca843c75c7bb7fdca3955f97 [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'
Areli Fussa5e07a02017-10-03 18:55:19 +030019 - '{project-name}-{stream}-docker-java-daily'
Areli Fuss40496a42017-09-28 10:43:13 +030020 docker-pom: 'pom.xml'
21 mvn-profile: 'default'
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080022- project:
23 name: vvp-jenkins-sonar
24 jobs:
25 - gerrit-maven-sonar
Jessica Wagantall4db14482018-02-14 16:07:57 -080026 cron: 'H 11 * * *'
stark, stevend7c65b32018-04-05 07:44:21 -070027 build-node: ubuntu1604-docker-8c-8g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080028 project: 'vvp/jenkins'
29 project-name: 'vvp-jenkins'
30 branch: 'master'
31 mvn-settings: 'vvp-jenkins-settings'
32 mvn-goals: 'clean install'
stark, stevend7c65b32018-04-05 07:44:21 -070033 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'