vagrant | bc3845a | 2018-07-13 04:01:21 +0000 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: dcaegen2-collectors-hv-ves |
| 4 | # job template iterators |
| 5 | project-name: 'dcaegen2-collectors-hv-ves' |
| 6 | stream: |
| 7 | - 'master': |
| 8 | branch: 'master' |
Vijay Venkatesh Kumar | 3dd371a | 2019-05-03 17:41:02 +0000 | [diff] [blame] | 9 | - 'dublin': |
| 10 | branch: 'dublin' |
vagrant | bc3845a | 2018-07-13 04:01:21 +0000 | [diff] [blame] | 11 | # apply to all jobs |
| 12 | project: 'dcaegen2/collectors/hv-ves' |
| 13 | mvn-settings: 'dcaegen2-collectors-hv-ves-settings' |
| 14 | files: '**' |
| 15 | maven-deploy-properties: | |
| 16 | deployAtEnd=true |
Piotr Jaszczyk | 9d2ec1b | 2018-08-23 13:07:12 +0200 | [diff] [blame] | 17 | archive-artifacts: 'hv-collector-coverage/target/site/jacoco-aggregate,**/target/reports/detekt-report.html' |
vagrant | 050b82c | 2018-07-31 16:38:55 +0000 | [diff] [blame] | 18 | build-node: ubuntu1604-docker-8c-8g |
vagrant | bc3845a | 2018-07-13 04:01:21 +0000 | [diff] [blame] | 19 | jobs: |
vagrant | bc3845a | 2018-07-13 04:01:21 +0000 | [diff] [blame] | 20 | - '{project-name}-{stream}-verify-java': |
| 21 | mvn-goals: 'clean install' |
| 22 | - '{project-name}-{stream}-merge-java': |
| 23 | mvn-goals: 'clean deploy' |
Piotr Jaszczyk | 004231e | 2018-08-16 08:18:23 +0200 | [diff] [blame] | 24 | - '{project-name}-{stream}-release-version-java-daily' |
| 25 | - '{project-name}-{stream}-docker-java-shell-daily': |
| 26 | mvn-goals: 'clean deploy -DskipNexusStagingDeployMojo=true -DskipDockerPush=false' |
| 27 | # No-op |
| 28 | script: '/bin/true' |
Jessica Wagantall | af108d9 | 2019-06-25 11:05:23 -0700 | [diff] [blame] | 29 | - gerrit-maven-stage: |
| 30 | sign-artifacts: true |
| 31 | build-node: centos7-builder-4c-4g |
| 32 | maven-versions-plugin: true |
| 33 | - gerrit-maven-docker-stage: |
| 34 | sign-artifacts: true |
| 35 | build-node: centos7-docker-8c-8g |
| 36 | container-public-registry: 'nexus3.onap.org:10001' |
| 37 | container-staging-registry: 'nexus3.onap.org:10003' |
| 38 | mvn-params: '-DskipNexusStagingDeployMojo=true -DskipDockerPush=false' |
Piotr Jaszczyk | 004231e | 2018-08-16 08:18:23 +0200 | [diff] [blame] | 39 | |
Jessica Wagantall | ac9f98a | 2018-10-19 14:26:38 -0700 | [diff] [blame] | 40 | - project: |
| 41 | name: dcaegen2-collectors-hv-ves-clm |
| 42 | jobs: |
| 43 | - gerrit-maven-clm |
Jessica Wagantall | f987136 | 2018-12-03 18:02:07 -0800 | [diff] [blame] | 44 | nexus-iq-namespace: 'onap-' |
Jessica Wagantall | ac9f98a | 2018-10-19 14:26:38 -0700 | [diff] [blame] | 45 | project: dcaegen2/collectors/hv-ves |
| 46 | project-name: 'dcaegen2-collectors-hv-ves' |
| 47 | branch: 'master' |
| 48 | build-node: ubuntu1604-docker-8c-8g |
| 49 | mvn-settings: 'dcaegen2-collectors-hv-ves-settings' |
Jessica Wagantall | c6a0952 | 2019-02-27 00:02:59 -0800 | [diff] [blame] | 50 | |
| 51 | - project: |
| 52 | name: dcaegen2-collectors-hv-ves-info |
| 53 | project-name: dcaegen2-collectors-hv-ves |
| 54 | jobs: |
| 55 | - gerrit-info-yaml-verify |
| 56 | project: dcaegen2/collectors/hv-ves |
| 57 | branch: master |