Merge pull request #723 from vmarmol/jenkins

Remove Jenkins env setup
This commit is contained in:
Vish Kannan 2015-05-20 12:59:08 -07:00
commit 690901ddd9

View File

@ -29,12 +29,9 @@ if ! git diff --name-only origin/master | grep -c -E "*.go|*.sh" &> /dev/null; t
exit 0
fi
HOSTS=$@
export GOPATH="$JENKINS_HOME/workspace/project"
export GOBIN="$GOPATH/bin"
# Build the runner.
godep go build github.com/google/cadvisor/integration/runner
# Run it.
HOSTS=$@
./runner --logtostderr $HOSTS