From: Vratko Polak Date: Thu, 5 May 2016 08:08:13 +0000 (+0200) Subject: Revert "Enable batch mode for distribution and validate" X-Git-Tag: release/beryllium-sr2~7 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=60be908db452777d4d6a8d75fe17dafd0161a289 Revert "Enable batch mode for distribution and validate" This reverts commit 329c360d5169af2d8678bd7386eadf582ff47e4f. -B is not a java option Change-Id: I5f2d743602222876952613b306e32bd9e17c68ad Signed-off-by: Vratko Polak --- diff --git a/jjb-templates/distribution-check.yaml b/jjb-templates/distribution-check.yaml index 068d73a98..7cbe2c609 100644 --- a/jjb-templates/distribution-check.yaml +++ b/jjb-templates/distribution-check.yaml @@ -85,7 +85,7 @@ maven-name: '{mvn33}' root-pom: 'distribution/pom.xml' goals: 'clean install -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' - maven-opts: '-B -Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' + maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true' settings: '{JENKINS_SETTINGS}' global-settings: '{odl-global-settings}' ignore-upstream-changes: true diff --git a/jjb-templates/validate-autorelease.yaml b/jjb-templates/validate-autorelease.yaml index dc577bd66..de17a9a0c 100644 --- a/jjb-templates/validate-autorelease.yaml +++ b/jjb-templates/validate-autorelease.yaml @@ -90,7 +90,7 @@ maven-name: '{mvn33}' root-pom: 'pom.xml' goals: 'clean validate -Djenkins -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r' - maven-opts: '-B -Xmx8g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' + maven-opts: '-Xmx8g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true' settings: '{autorelease-settings}' global-settings: '{odl-global-settings}' automatic-archiving: false