X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fodlparent%2Fodlparent.yaml;h=cab9c393a9d3f8a91b1dbe173fb70afa22905449;hb=67e716576246127c7e89f138f6380a8dba98cc83;hp=91ac3fc6a0f0eb06dcb1873bfbb6e738ce3f554e;hpb=dc83b3ddd5f844dc3b313e4de75ca682ee7b5c39;p=releng%2Fbuilder.git diff --git a/jjb/odlparent/odlparent.yaml b/jjb/odlparent/odlparent.yaml index 91ac3fc6a..cab9c393a 100644 --- a/jjb/odlparent/odlparent.yaml +++ b/jjb/odlparent/odlparent.yaml @@ -84,6 +84,7 @@ publishers: - email-notification: email-prefix: '[odlparent]' + - jacoco-report - job-template: name: 'odlparent-merge-{stream}' @@ -130,7 +131,7 @@ maven: maven-name: '{mvn32}' root-pom: 'pom.xml' - goals: 'clean install -V -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo ' + goals: 'clean install -V -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo source:jar javadoc:jar' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' settings: '{odlparent-settings}' global-settings: '{odl-global-settings}' @@ -142,6 +143,7 @@ id: '' unique-version: true deploy-unstable: false + - jacoco-report - job-template: name: 'odlparent-daily-{stream}' @@ -194,10 +196,11 @@ publishers: - email-notification: email-prefix: '[odlparent]' + - jacoco-report - job-template: name: 'odlparent-integration-{stream}' - disabled: true + disabled: false # Job template for ODL merge jobs # @@ -235,24 +238,25 @@ triggers: - reverse: - jobs: '' + jobs: 'odlparent-merge-{stream}' result: 'success' maven: maven-name: '{mvn32}' root-pom: 'pom.xml' - goals: 'clean install -V -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo ' + goals: 'clean install -V -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo source:jar javadoc:jar' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' settings: '{odlparent-settings}' global-settings: '{odl-global-settings}' publishers: - email-notification: - email-prefix: '[odlparent]' + email-prefix: '[odlparent] [odlparent]' - maven-deploy: id: '' unique-version: true deploy-unstable: false + - jacoco-report - job-template: name: 'odlparent-sonar' @@ -288,7 +292,7 @@ maven: maven-name: '{mvn32}' root-pom: 'pom.xml' - goals: 'clean install -V -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo ' + goals: 'clean install -V -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo -Dsonar' maven-opts: '-Xmx1024m -XX:MaxPermSize=256m' settings: '{odlparent-settings}' global-settings: '{odl-global-settings}' @@ -299,3 +303,4 @@ maven-opts: '-Xmx6144m -XX:MaxPermSize=1024m' - email-notification: email-prefix: '[odlparent]' + - jacoco-report