You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2019/01/08 22:07:29 UTC

[yetus] 01/02: YETUS-757. Jenkinsfile isn't defaulting to docker mode on

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 <aw...@apache.org>
AuthorDate: Sat Jan 5 10:52:37 2019 -0800

    YETUS-757. Jenkinsfile isn't defaulting to docker mode on
    
    Signed-off-by: Allen Wittenauer <aw...@apache.org>
---
 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