From: Robert Varga Date: Wed, 28 Nov 2018 13:18:28 +0000 (+0100) Subject: Enable aggregate sonar reports for netconf X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=6f5a1a920cdc4c28e8b9e4dd056882681de40022;p=releng%2Fbuilder.git Enable aggregate sonar reports for netconf The aggregator support is in, now we can switch it on. Change-Id: I2b952e8bbed9e0fe2a4b13394412373de200355c Signed-off-by: Robert Varga --- diff --git a/jjb/netconf/netconf.yaml b/jjb/netconf/netconf.yaml index a5083e1d8..4b21266fc 100644 --- a/jjb/netconf/netconf.yaml +++ b/jjb/netconf/netconf.yaml @@ -75,7 +75,11 @@ - project: name: netconf-sonar jobs: - - gerrit-maven-sonar + - gerrit-maven-sonar: + mvn-params: > + -Dodl.jacoco.aggregateFile=$WORKSPACE/target/jacoco.exec + -Dsonar.jacoco.reportPath=$WORKSPACE/target/jacoco.exec + project: 'netconf' project-name: 'netconf' branch: 'master'