aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2016-09-23 16:55:37 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2016-09-23 17:35:23 -0700
commit5248f61a3482e54bd8cc3d39a9e80ed5752d57a5 (patch)
tree5a3be2ad24462bc5330f83288b9fcfb4afd1e718
parent3c88e1b53de832547e04f2e1c075bb1aae0ca0b4 (diff)
downloadprotobuf-5248f61a3482e54bd8cc3d39a9e80ed5752d57a5.tar.gz
protobuf-5248f61a3482e54bd8cc3d39a9e80ed5752d57a5.tar.bz2
protobuf-5248f61a3482e54bd8cc3d39a9e80ed5752d57a5.zip
Force a rebuild of Jenkins docker image.
Needed to pick up a Java dependency change and re-populate the offline repo. [skip ci]
-rw-r--r--jenkins/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/docker/Dockerfile b/jenkins/docker/Dockerfile
index 989e505b..9c2a834d 100644
--- a/jenkins/docker/Dockerfile
+++ b/jenkins/docker/Dockerfile
@@ -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 && \