Skip to content

Commit

Permalink
fix(dockerfiles/ci/jenkins): set USE_BAZEL_VERSION env var to fixat…
Browse files Browse the repository at this point in the history
…e the bazel version (#458)

Signed-off-by: wuhuizuo <wuhuizuo@126.com>

Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo authored Oct 8, 2024
1 parent 1bdf4cb commit 07a6311
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dockerfiles/ci/jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ RUN groupadd -g 1000 jenkins && \
# Switch to the non-root user jenkins and set the working directory
USER jenkins
WORKDIR /home/jenkins

# TODO: we should set it in CI script or pipeline to avoid frequently update the image.
ENV USE_BAZEL_VERSION=6.5.0

# Other environment variables:
# - `BAZELISK_BASE_URL` should be set in CI script or pipeline for different regions.

0 comments on commit 07a6311

Please sign in to comment.