X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fintegration.yaml;h=d6ff863ea02cd1c7dc5fc670f0550194b98d1e66;hb=6b183c779a73d75b2a7b3567ffa0753c48f232c9;hp=deed83ae9aed8dd519899a289c927eaa77b68095;hpb=2074d6c606284db9e707000451ca3c131323a0f8;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