piiswrong commented on a change in pull request #8960: [Do not merge] Move to
new CI
URL: https://github.com/apache/incubator-mxnet/pull/8960#discussion_r155125811
##########
File path: Jenkinsfile
##########
@@ -52,12 +52,12 @@ def init_git_win() {
def make(docker_type, make_flag) {
timeout(time: max_time, unit: 'MINUTES') {
try {
- sh "${docker_run} ${docker_type} make ${make_flag}"
+ sh "${docker_run} ${docker_type} --dockerbinary docker make ${make_flag}"
Review comment:
what's --dockerbinary? why not put it into docker_run?
----------------------------------------------------------------
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