eikrwaq | 8f5c5d4 | 2018-05-24 10:42:44 +0100 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: policy-pap |
| 4 | project-name: 'policy-pap' |
| 5 | jobs: |
eikrwaq | 8f5c5d4 | 2018-05-24 10:42:44 +0100 | [diff] [blame] | 6 | - '{project-name}-{stream}-verify-java' |
ramverma | bb4a8dc | 2019-02-19 17:21:16 +0000 | [diff] [blame] | 7 | - '{project-name}-{stream}-merge-java': |
| 8 | docker-pom: 'pom.xml' |
| 9 | mvn-params: '-P docker' |
| 10 | build-node: ubuntu1604-docker-8c-8g |
Jessica Wagantall | c8d0381 | 2019-06-20 14:28:30 -0700 | [diff] [blame] | 11 | - gerrit-maven-stage: |
| 12 | sign-artifacts: true |
| 13 | build-node: centos7-builder-4c-4g |
| 14 | maven-versions-plugin: true |
| 15 | - gerrit-maven-docker-stage: |
Jessica Wagantall | dcc65e2 | 2019-06-25 11:16:16 -0700 | [diff] [blame] | 16 | build-node: ubuntu1604-docker-8c-8g |
Jessica Wagantall | c8d0381 | 2019-06-20 14:28:30 -0700 | [diff] [blame] | 17 | maven-versions-plugin: true |
| 18 | mvn-params: '-P docker -Dmaven.test.skip=true' |
| 19 | container-public-registry: 'nexus3.onap.org:10001' |
| 20 | container-staging-registry: 'nexus3.onap.org:10003' |
jhh | 3a9076a | 2019-08-04 20:04:56 -0500 | [diff] [blame] | 21 | - '{project-name}-gerrit-release-jobs': |
Jessica Wagantall | 04f77fb | 2019-09-16 15:37:20 -0700 | [diff] [blame] | 22 | build-node: centos7-docker-8c-8g |
eikrwaq | 8f5c5d4 | 2018-05-24 10:42:44 +0100 | [diff] [blame] | 23 | |
| 24 | project: 'policy/pap' |
| 25 | stream: |
| 26 | - 'master': |
| 27 | branch: 'master' |
| 28 | mvn-settings: 'policy-pap-settings' |
| 29 | files: '**' |
| 30 | archive-artifacts: '' |
| 31 | build-node: ubuntu1604-builder-4c-4g |
Anil Belur | d2d5f28 | 2018-07-14 20:09:36 +1000 | [diff] [blame] | 32 | |
eikrwaq | 8f5c5d4 | 2018-05-24 10:42:44 +0100 | [diff] [blame] | 33 | - project: |
| 34 | name: policy-pap-sonar |
| 35 | jobs: |
| 36 | - gerrit-maven-sonar |
Jessica Wagantall | 1a3dce1 | 2019-11-18 17:05:30 -0800 | [diff] [blame] | 37 | sonarcloud: true |
| 38 | sonarcloud-project-organization: '{sonarcloud_project_organization}' |
| 39 | sonarcloud-api-token: '{sonarcloud_api_token}' |
| 40 | sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' |
Jessica Wagantall | 883808b | 2020-01-09 10:54:25 -0800 | [diff] [blame] | 41 | sonar-mvn-goal: '{sonar_mvn_goal}' |
Gary Wu | 5f4277f | 2018-09-28 10:36:23 -0700 | [diff] [blame] | 42 | cron: '@daily' |
eikrwaq | 8f5c5d4 | 2018-05-24 10:42:44 +0100 | [diff] [blame] | 43 | build-node: ubuntu1604-builder-4c-4g |
| 44 | project: 'policy/pap' |
| 45 | project-name: 'policy-pap' |
| 46 | branch: 'master' |
| 47 | mvn-settings: 'policy-pap-settings' |
| 48 | mvn-goals: 'clean install' |
| 49 | mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame] | 50 | |
| 51 | - project: |
| 52 | name: policy-pap-clm |
| 53 | jobs: |
| 54 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 55 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | 9ad190a | 2018-10-19 16:42:21 -0700 | [diff] [blame] | 56 | project: policy/pap |
| 57 | project-name: 'policy-pap' |
| 58 | branch: 'master' |
| 59 | mvn-settings: 'policy-pap-settings' |
Jessica Wagantall | fbc62e9 | 2019-02-27 00:27:11 -0800 | [diff] [blame] | 60 | |
| 61 | - project: |
| 62 | name: policy-pap-info |
| 63 | project-name: policy-pap |
| 64 | jobs: |
| 65 | - gerrit-info-yaml-verify |
| 66 | project: policy/pap |
| 67 | branch: master |