Commit 8db25a29 authored by Feng Xiao's avatar Feng Xiao Committed by Bo Yang

Force a rebuild of Jenkins docker image.

Needed to pick up a Java dependency change and re-populate the offline
repo.

[skip ci]
parent a41349dd
......@@ -117,7 +117,7 @@ RUN cd /tmp && \
cd protobuf && \
./autogen.sh && \
./configure && \
make -j7 && \
make -j4 && \
cd java && \
$MVN install dependency:go-offline -Dmaven.repo.local=$MAVEN_REPO && \
cd ../javanano && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment