X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fsnbi%2Fsnbi.yaml;h=c3397b3afb6d71766d773af6794569e7766899c9;hb=999c9c857dd34c4dd6d03e7a49286ad635109e36;hp=6142aa33831e26e327d815a99b0b410022ffe321;hpb=a907bb4410031baf57338a244f86b1e00d595244;p=releng%2Fbuilder.git diff --git a/jjb/snbi/snbi.yaml b/jjb/snbi/snbi.yaml index 6142aa338..c3397b3af 100644 --- a/jjb/snbi/snbi.yaml +++ b/jjb/snbi/snbi.yaml @@ -84,6 +84,7 @@ publishers: - email-notification: email-prefix: '[snbi]' + - jacoco-report - job-template: name: 'snbi-merge-{stream}' @@ -142,6 +143,7 @@ id: '' unique-version: true deploy-unstable: false + - jacoco-report - job-template: name: 'snbi-daily-{stream}' @@ -198,7 +200,7 @@ - job-template: name: 'snbi-integration-{stream}' - disabled: true + disabled: false # Job template for ODL merge jobs # @@ -236,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: '{snbi-settings}' global-settings: '{odl-global-settings}' publishers: - email-notification: - email-prefix: '[snbi]' + email-prefix: '[snbi] [odlparent]' - maven-deploy: id: '' unique-version: true deploy-unstable: false + - jacoco-report - job-template: name: 'snbi-sonar' @@ -289,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: '{snbi-settings}' global-settings: '{odl-global-settings}' @@ -300,3 +303,4 @@ maven-opts: '-Xmx6144m -XX:MaxPermSize=1024m' - email-notification: email-prefix: '[snbi]' + - jacoco-report