summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-collectors-hv-ves.yaml
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-23 13:07:12 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-23 13:21:20 +0200
commit9d2ec1bc189174034d00f9e6cb149d370befe231 (patch)
tree2789c2a86ac3817f83b940c3a65d31ccee10f5b6 /jjb/dcaegen2/dcaegen2-collectors-hv-ves.yaml
parent3d649565fde368e72dfbf5adcf78c4e5c25efbd2 (diff)
Remove sonar build for dcaegen2/collectors/hv-ves
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>
Diffstat (limited to 'jjb/dcaegen2/dcaegen2-collectors-hv-ves.yaml')
-rw-r--r--jjb/dcaegen2/dcaegen2-collectors-hv-ves.yaml15
1 files changed, 1 insertions, 14 deletions
diff --git a/jjb/dcaegen2/dcaegen2-collectors-hv-ves.yaml b/jjb/dcaegen2/dcaegen2-collectors-hv-ves.yaml
index c6929bb98..2508076de 100644
--- a/jjb/dcaegen2/dcaegen2-collectors-hv-ves.yaml
+++ b/jjb/dcaegen2/dcaegen2-collectors-hv-ves.yaml
@@ -12,7 +12,7 @@
files: '**'
maven-deploy-properties: |
deployAtEnd=true
- archive-artifacts: ''
+ archive-artifacts: 'hv-collector-coverage/target/site/jacoco-aggregate,**/target/reports/detekt-report.html'
build-node: ubuntu1604-docker-8c-8g
jobs:
- gerrit-maven-clm
@@ -26,16 +26,3 @@
# No-op
script: '/bin/true'
-- project:
- name: dcaegen2-collectors-hv-ves-sonar
- jobs:
- - gerrit-maven-sonar
- cron: 'H 11 * * *'
- build-node: ubuntu1604-builder-4c-4g
- project: 'dcaegen2/collectors/hv-ves'
- project-name: 'dcaegen2-collectors-hv-ves'
- branch: 'master'
- mvn-settings: 'dcaegen2-collectors-hv-ves-settings'
- mvn-goals: 'clean install'
- mvn-params: '-DskipDocker'
- mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'