Repository: hbase
Updated Branches:
  refs/heads/HBASE-19491 [created] 9cd523501


.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/480f485d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/480f485d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/480f485d

Branch: refs/heads/HBASE-19491
Commit: 480f485d1b0b4b96b234131706e8d41f495a7e6d
Parents: 856ee28
Author: Apekshit Sharma <a...@apache.org>
Authored: Mon Dec 11 18:30:25 2017 -0800
Committer: Apekshit Sharma <a...@apache.org>
Committed: Mon Dec 11 18:30:34 2017 -0800

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/480f485d/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 83c0afb..512f177 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -51,7 +51,9 @@ pipeline {
     // These tests currently have known failures. Once they burn down to 0, 
remove from here so that new problems will cause a failure.
     TESTS_FILTER = 
'cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop,mvnsite'
     BRANCH_SPECIFIC_DOCKERFILE = "${env.BASEDIR}/dev-support/docker/Dockerfile"
-    EXCLUDE_TESTS_URL = 
'https://builds.apache.org/job/HBase-Find-Flaky-Tests/lastSuccessfulBuild/artifact/excludes/'
+    // Extra args passed by Yetus to docker command line. Using it to add 
environment variables
+    // to docker container.
+    
DOCKER_EXTRAARGS="--env=EXCLUDE_TESTS_URL=https://builds.apache.org/job/HBase-Find-Flaky-Tests/lastSuccessfulBuild/artifact/excludes/";
   }
   parameters {
     booleanParam(name: 'USE_YETUS_PRERELEASE', defaultValue: false, 
description: '''Check to use the current HEAD of apache/yetus rather than our 
configured release.

Reply via email to