You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/05/22 22:44:51 UTC

[4/6] hbase git commit: HBASE-20591 nightly job needs to enable maven build system.

HBASE-20591 nightly job needs to enable maven build system.

Signed-off-by: Mike Drob <md...@apache.org>


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

Branch: refs/heads/branch-1.4
Commit: 302b1882f06de954ed1e0536ae8eac22d389f23a
Parents: 5e9c2d0
Author: Sean Busbey <bu...@apache.org>
Authored: Wed May 16 08:58:00 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue May 22 17:43:38 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/302b1882/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 8d6ae93..f45ed4d 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -202,7 +202,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_JDK7}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_JDK7}"
             // On branches where we do jdk7 checks, jdk7 will be JAVA_HOME already.
@@ -280,7 +280,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,findbugs,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt
@@ -365,7 +365,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt