summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-collectors-hv-ves.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-02-19dcae jobs updatesVijay Venkatesh Kumar1-2/+0
- Remove casablanca branch related jobs - Rename jjb files for tca and mapper - Disable cdapbroker job as there will be no update for R4 Change-Id: I0077557e99d0eab18810179935b036e476723781 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1183 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2018-12-03Add nexus-iq-namespace for CLM jobsJessica Wagantall1-0/+1
Add nexus-iq-namespace variable for CLM jobs to use the 'onap' prefix in Nexus IQ reports. Having this prefix, will help in situations where two different organizations have the same application names. Change-Id: Id689cbb482d823482932fb4d397bd2adae950735 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-11-05Define Casablanca jobs for DCAE HV-VESPiotr Jaszczyk1-0/+2
Change-Id: Ia9964cd05a4ab0f075549afafb37e91194f91b16 Issue-ID: DCAEGEN2-943 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2018-10-23DCAEGEN2-Refactor CLM project blockJessica Wagantall1-1/+9
The clm job portion needs to be on its own project section similar to the Sonar portion. The reason behind this, is because we only want this job to be running for master and no other branches. Also, this is in preparation for the work that is to come from global-jjb on application names in CLM. Change-Id: I47585bc0e3baebea06c3062fe77e88eeeac8e756 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-24Merge "Revert "Remove CLM jobs""Thanh Ha (zxiiro)1-0/+1
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall1-0/+1
This reverts commit 74c6abf7b5ec8663d0a7a437325d47274f6c111f. Issue-ID: CIMAN-33 Change-Id: I5c8cd455908ee6352d273db5ff76cd6529f3d8af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-23Merge "Remove sonar build for dcaegen2/collectors/hv-ves"Jessica Wagantall1-14/+1
2018-08-23Remove CLM jobsJessica Wagantall1-1/+0
Remove CLM jobs as they are exposing proprietary information. Looking into how to handle these better. Change-Id: I8dde2f314af5a945163e0b1172926c398ec78c37 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-23Remove sonar build for dcaegen2/collectors/hv-vesPiotr Jaszczyk1-14/+1
Because hv-ves is Kotlin-based and ONAP Sonar does not currenly support Kotlin we can drop Sonar build for this project. In order to have some reports I've also added archive-artifacts option to archive: * detekt (Kotlin static code analysis) reports - placed by mvn plugin in target directory of each sub-module * aggergate Jacoco coverage report. Change-Id: Ife683105121b938cb4e9e7f233a72d2725125c26 Issue-ID: DCAEGEN2-681 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2018-08-22Skip docker for dcaegen2/collectors/hv-ves sonarPiotr Jaszczyk1-0/+1
Sonar build can be ran on non-docker VM but it should skip all Docker-related goals. Change-Id: I4b9db99a5f09cbcbd8847bb4962e30188f830b28 Issue-ID: DCAEGEN2-719 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2018-08-16Support dcaegen2/collectors/hv-ves docker pushPiotr Jaszczyk1-1/+6
Add a build job which will run docker push by means of Maven definition in HV-VES Collector. Change-Id: I7a870d04ef475474d2d62fc55d4ed7def556f59a Issue-ID: DCAEGEN2-661 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
2018-08-02move to docker nodevagrant1-1/+1
All 3 new service will build docker containers. Current node resulting in build error https://jenkins.onap.org/job/dcaegen2-collectors-hv-ves-master-merge-java/70/console Change-Id: I55d5fe6249b6c9db160cbf211495f5553b36a1ed Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-662
2018-07-17Add validation and other Jenkins job for new repovagrant1-0/+35
tca-gen2, hv-ves and datafile are committed for R3 pm-mapper is stretch goal. Add Jenkins job for validation/build for new submissions expected Change-Id: I72bd21bcf1e2f5b6f257438eff1a746b037d55df Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-616