X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fl2switch%2Fl2switch.yaml;h=a449c2f405535b6296f29849e88ab2f476458aaf;hb=ea4ce20c652b6f8bcb5d06c78084b5ef26fd6be8;hp=8af139ab5b9b1a32e5d8eb9d183b9c36589b5d01;hpb=acb5ab4d646226cb6a7c45f11b19e6163e96257a;p=releng%2Fbuilder.git diff --git a/jjb/l2switch/l2switch.yaml b/jjb/l2switch/l2switch.yaml index 8af139ab5..a449c2f40 100644 --- a/jjb/l2switch/l2switch.yaml +++ b/jjb/l2switch/l2switch.yaml @@ -84,6 +84,7 @@ publishers: - email-notification: email-prefix: '[l2switch]' + - jacoco-report - job-template: name: 'l2switch-merge-{stream}' @@ -142,6 +143,7 @@ id: '' unique-version: true deploy-unstable: false + - jacoco-report - job-template: name: 'l2switch-daily-{stream}' @@ -242,7 +244,7 @@ maven: maven-name: '{mvn32}' root-pom: 'pom.xml' - goals: '-Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install' + goals: '-Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install source:jar javadoc:jar' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: '{l2switch-settings}' global-settings: '{odl-global-settings}' @@ -254,6 +256,7 @@ id: '' unique-version: true deploy-unstable: false + - jacoco-report - job-template: name: 'l2switch-sonar' @@ -289,7 +292,7 @@ maven: maven-name: '{mvn32}' root-pom: 'pom.xml' - goals: '-Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install' + goals: '-Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo clean install -Dsonar' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: '{l2switch-settings}' global-settings: '{odl-global-settings}' @@ -300,3 +303,4 @@ maven-opts: '-Xmx6144m -XX:MaxPermSize=1024m' - email-notification: email-prefix: '[l2switch]' + - jacoco-report