You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/12/20 22:15:34 UTC

[2/2] hbase git commit: .

.


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

Branch: refs/heads/HBASE-19491
Commit: bd0910091b32dabeacc460328eed8f876820a640
Parents: 285a520
Author: Apekshit Sharma <ap...@apache.org>
Authored: Wed Dec 20 14:10:54 2017 -0800
Committer: Apekshit Sharma <ap...@apache.org>
Committed: Wed Dec 20 14:15:19 2017 -0800

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/bd091009/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index fda3299..a1b3aeb 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -42,7 +42,8 @@ pipeline {
     OUTPUT_RELATIVE_JDK8 = 'output-jdk8'
     OUTPUTDIR_JDK8 = "${env.WORKSPACE}/output-jdk8"
     PROJECT = 'hbase'
-    PROJET_PERSONALITY = 'https://raw.githubusercontent.com/apache/hbase/master/dev-support/hbase-personality.sh'
+    // TODO: revert
+    PROJET_PERSONALITY = 'https://raw.githubusercontent.com/apache/hbase/HBASE-19491/dev-support/hbase-personality.sh'
     // This section of the docs tells folks not to use the javadoc tag. older branches have our old version of the check for said tag.
     AUTHOR_IGNORE_LIST = 'src/main/asciidoc/_chapters/developer.adoc,dev-support/test-patch.sh'
     WHITESPACE_IGNORE_LIST = '.*/generated/.*'
@@ -116,6 +117,12 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
       }
     }
     stage ('yetus general check') {
+      // TODO: revert
+      when {
+        not {
+          branch 'HBASE-19491'
+        }
+      }
       environment {
         // TODO does hadoopcheck need to be jdk specific?
         // Should be things that work with multijdk