zachgk commented on a change in pull request #13450: [WIP][MXNET-862] Basic
maven jenkins pipeline
URL: https://github.com/apache/incubator-mxnet/pull/13450#discussion_r238786968
##########
File path: Makefile
##########
@@ -454,6 +454,10 @@ else
CFLAGS += -DMXNET_USE_LIBJPEG_TURBO=0
endif
+ifeq ($(CI), 1)
+ MAVEN_ARGS := -B
Review comment:
The -B is batch mode. The main change is that it removes the downloading
progress messages that are written to the terminal/logs. They take up a lot of
space and make the logs hard to read.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services