Skip to content
Snippets Groups Projects
Commit c18cbbcf authored by Craig Tiller's avatar Craig Tiller
Browse files

Propagate BUILD_ID env var to jenkins children

parent bf363c05
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ docker run \
-e XDG_CACHE_HOME=/tmp/xdg-cache-home \
-e THIS_IS_REALLY_NEEDED='see https://github.com/docker/docker/issues/14203 for why docker is awful' \
-e HOST_GIT_ROOT=$git_root \
-e "BUILD_ID=$BUILD_ID" \
-i $TTY_FLAG \
-v "$git_root:/var/local/jenkins/grpc" \
-v /tmp/ccache:/tmp/ccache \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment