blob: 69922ed14832a1780bf372b42017b6327337751e [file] [log] [blame]
Pamela Dragosh33ba85b2017-02-15 10:58:03 -05001---
2- project:
3 name: policy-common
4 project-name: 'policy-common'
5 jobs:
Jessica Wagantallded01d72017-10-13 13:09:04 -07006 - gerrit-maven-clm:
7 java-version: ''
Pamela Dragosh566ec942017-08-22 13:22:40 -04008 - '{project-name}-{stream}-verify-java'
Pamela Dragosh33ba85b2017-02-15 10:58:03 -05009 - '{project-name}-{stream}-merge-java'
Pamela Dragosh72524f72017-02-17 14:30:28 -050010 - '{project-name}-{stream}-release-version-java-daily'
Pamela Dragoshc61c8de2017-04-10 14:01:02 -040011 - '{project-name}-{stream}-stage-site-java':
12 site-pom: 'pom.xml'
13 trigger-job: '{project-name}-{stream}-release-version-java-daily'
Pamela Dragosh33ba85b2017-02-15 10:58:03 -050014
15 project: 'policy/common'
16 stream:
17 - 'master':
18 branch: 'master'
Pamela Dragosh55ceb8f2017-05-23 12:23:16 -040019 mvn-settings: 'policy-common-settings'
20 files: '**'
21 archive-artifacts: ''
22 build-node: ubuntu1604-basebuild-4c-4g
23- project:
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080024 name: policy-common-sonar
25 jobs:
26 - gerrit-maven-sonar
Jessica Wagantalld8d79c72018-02-01 11:32:38 -080027 build-node: ubuntu1604-basebuild-4c-4g
Jessica Wagantallb0e72cd2018-01-29 16:07:22 -080028 java-version: ''
29 project: 'policy/common'
30 project-name: 'policy-common'
31 branch: 'master'
32 mvn-settings: 'policy-common-settings'
33 mvn-goals: 'clean install'
Pamela Dragoshec3db012018-02-12 11:17:39 -050034 mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'