Switch to using global-jjb lf-jacoco-report macro 23/65323/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 8 Nov 2017 16:24:17 +0000 (11:24 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 8 Nov 2017 16:24:21 +0000 (11:24 -0500)
Change-Id: Ifae2fcb2d506a2158a3c2211e8d04505d3821813
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/integration/distribution/distribution-jobs.yaml
jjb/ovsdb/ovsdb-sonar.yaml
jjb/releng-macros.yaml
jjb/releng-templates-java.yaml

index d1771099eaae2678c6787592f23116e690934bc0..097cc41271c2e5e6bc2e61af0d72366d0a71ec93 100644 (file)
@@ -63,7 +63,7 @@
 
     publishers:
       - findbugs
-      - jacoco-report
+      - lf-jacoco-report
       - lf-infra-publish
       - email-notification:
           email-recipients: '{email-recipients}'
           id: ''
           unique-version: true
           deploy-unstable: false
-      - jacoco-report
+      - lf-jacoco-report
       - lf-infra-publish
       - email-notification:
           email-recipients: '{email-recipients}'
index fd529707c7b52e64430437fa8c848f987994d528..67ba74dad54f6bd3a8edab2245d709d268cdfdeb 100644 (file)
@@ -97,5 +97,5 @@
       - email-notification:
           email-recipients: '{email-recipients}'
           email-prefix: '[ovsdb]'
-      - jacoco-report
+      - lf-jacoco-report
       - lf-infra-publish
index 485a4ec3d24bf092f5819f04f7c7600eea31190c..64ce604c30175dfa76f84659720f2438b37cacf4 100644 (file)
           send-to:
             - recipients
 
-- publisher:
-    name: jacoco-report
-    publishers:
-      - jacoco:
-          exec-pattern: "**/**.exec"
-          class-pattern: "**/classes"
-          source-pattern: "**/src/main/java"
-          exclusion-pattern: "**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**"
-          status-update: true
-          targets:
-            - branch:
-                healthy: 10
-                unhealthy: 20
-            - method:
-                healthy: 50
-                unhealthy: 40
-
 - builder:
     # Deploys a maven site to Nexus using lftools nexus-zip command
     name: opendaylight-infra-deploy-maven-site
index 81fb5033192110dd92dccac0940a201e52ee4f73..d9ee34086d2ae63530827af363b41a7f0e73e375 100644 (file)
@@ -54,7 +54,7 @@
           email-recipients: '{email-recipients}'
           email-prefix: '{email-upstream}'
       - findbugs
-      - jacoco-report
+      - lf-jacoco-report
       - lf-infra-publish
 
 - job-template:
           id: ''
           unique-version: true
           deploy-unstable: false
-      - jacoco-report
+      - lf-jacoco-report
       - lf-infra-publish
       - trigger:
           project: 'distribution-merge-{stream}'