This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/yetus.git
commit 6210eef4ff4d8d34b11d280636ff32ea3e77c7d8 Author: Allen Wittenauer <[email protected]> AuthorDate: Sat Jan 5 10:52:37 2019 -0800 YETUS-757. Jenkinsfile isn't defaulting to docker mode on Signed-off-by: Allen Wittenauer <[email protected]> --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 98abd9f..78a623a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,6 +61,7 @@ pipeline { usernameVariable: 'JIRA_USER')]) { sh '''#!/usr/bin/env bash + USE_DOCKER_FLAG=${USE_DOCKER_FLAG:-true} # The ASF Jenkins servers are always full of broken JVMs left over # from really terrible jobs/bugs in Java. This should get moved to # the core code as part of YETUS-745
