X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fintegration.yaml;h=d6ff863ea02cd1c7dc5fc670f0550194b98d1e66;hb=b058b6d515727c5ce571697ae138add3652b2307;hp=deed83ae9aed8dd519899a289c927eaa77b68095;hpb=52db98a7612367d538316c760d9141f9160d0aea;p=releng%2Fbuilder.git diff --git a/jjb-templates/integration.yaml b/jjb-templates/integration.yaml index deed83ae9..d6ff863ea 100644 --- a/jjb-templates/integration.yaml +++ b/jjb-templates/integration.yaml @@ -9,8 +9,8 @@ # is successfully built. # # Required Variables: - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) project-type: maven node: dynamic_merge @@ -45,18 +45,16 @@ prebuilders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: - maven-name: '{mvn32}' + maven-name: '{mvn33}' root-pom: 'POM' - goals: 'MAVEN_GOALS source:jar javadoc:jar' + goals: 'MAVEN_GOALS' maven-opts: 'MAVEN_OPTS' settings: '{PROJECT-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs