[
https://issues.apache.org/jira/browse/HADOOP-11933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554816#comment-14554816
]
Sean Busbey commented on HADOOP-11933:
--------------------------------------
{code}
+
+"${tpbin}" \
+ --dockermode ${TESTPATCHMODE} \
+ --basedir="${BASEDIR}" \
{code}
{code}
+ --dockermode)
+ DOCKERMODE=true
+ ;;
{code}
How do these two work together? from what I can tell, the parsing says
dockermode takes no args, but it looks like we're invoking it with one (and no
=).
> run test-patch.sh in a docker container under Jenkins
> -----------------------------------------------------
>
> Key: HADOOP-11933
> URL: https://issues.apache.org/jira/browse/HADOOP-11933
> Project: Hadoop Common
> Issue Type: Test
> Reporter: Allen Wittenauer
> Assignee: Allen Wittenauer
> Attachments: HADOOP-11933.00.patch, HADOOP-11933.01.patch,
> HADOOP-11933.02.patch, HADOOP-11933.03.patch, HADOOP-11933.04.patch,
> HADOOP-11933.05.patch
>
>
> because of how hard it is to control the content of the Jenkins environment,
> it would be beneficial to run it in a docker container so that we can have
> tight control of the environment
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)