Force a rebuild of Jenkins docker image.
Needed to pick up a Java dependency change and re-populate the offline repo. [skip ci]
This commit is contained in:
parent
3c88e1b53d
commit
5248f61a34
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue