X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Freleng-macros.yaml;h=eeff7a818e41ae9490e3f1dedfe4084dbd78d255;hb=0c0c7336c8942bb774d4b20b91e60a279ef76543;hp=1f4b564e9d7916a6e2c8ab28a36f36b285ba7279;hpb=611b75a2e3aa5e4a6bfe2319c4cd3532a7a562c7;p=releng%2Fbuilder.git diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index 1f4b564e9..eeff7a818 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -100,3 +100,19 @@ send-to: - developers - recipients + +- publisher: + name: jacoco-report + publishers: + - jacoco: + exec-pattern: "**/**.exec" + class-pattern: "**/classes" + source-pattern: "**/src/main/java" + status-update: true + targets: + - branch: + healthy: 10 + unhealthy: 20 + - method: + healthy: 50 + unhealthy: 40