enable propagating per-jenkins job args

pull/3811/head
Jan Tattermusch 9 years ago
parent 265dfc0d03
commit 8c894e41b8
  1. 2
      tools/jenkins/run_interop.sh

@ -34,4 +34,4 @@ set -ex
# Enter the gRPC repo root
cd $(dirname $0)/../..
tools/run_tests/run_interop_tests.py --l all --s all --cloud_to_prod --use_docker -t -j 8
tools/run_tests/run_interop_tests.py --l all --s all --cloud_to_prod --use_docker -t -j 8 $@ || true

Loading…
Cancel
Save