aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/jenkins/run_jenkins.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/jenkins/run_jenkins.sh b/tools/jenkins/run_jenkins.sh
index 4cd271c833..1ef7bb1ba0 100755
--- a/tools/jenkins/run_jenkins.sh
+++ b/tools/jenkins/run_jenkins.sh
@@ -74,14 +74,12 @@ then
# Make sure the CID file is gone.
rm -f docker.cid
- # Zookeeper test server address
- export GRPC_ZOOKEEPER_SERVER_TEST="grpc-jenkins-master:2181"
-
# Run tests inside docker
docker run \
-e "config=$config" \
-e "language=$language" \
-e "arch=$arch" \
+ -e "GRPC_ZOOKEEPER_SERVER_TEST=grpc-jenkins-master:2181" \
-e CCACHE_DIR=/tmp/ccache \
-i \
-v "$git_root:/var/local/jenkins/grpc" \