You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Todd Lipcon (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/01/22 21:23:45 UTC

[kudu-CR] build: allow passing $MVN_FLAGS in jenkins build

Hello Jean-Daniel Cryans,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/1876

to review the following change.

Change subject: build: allow passing $MVN_FLAGS in jenkins build
......................................................................

build: allow passing $MVN_FLAGS in jenkins build

This passes through a flags variable to the maven invocation. This is
necessary in order to use a custom workspace and prevent issues if a Jenkins
slave runs multiple Java builds concurrently.

Change-Id: Ieadae80f91928d51eea45be514fe98aa87647a21
---
M build-support/jenkins/build-and-test.sh
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/76/1876/1
-- 
To view, visit http://gerrit.cloudera.org:8080/1876
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieadae80f91928d51eea45be514fe98aa87647a21
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Jean-Daniel Cryans