Repository: hbase
Updated Branches:
  refs/heads/HBASE-18426 b7d589574 -> 6b84879c4


HBASE-18426 WIP disable general check so we can run jdk checks first.


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

Branch: refs/heads/HBASE-18426
Commit: 6b84879c411c6d4cc1646aa4f36ff7b2c79ec5d7
Parents: b7d5895
Author: Sean Busbey <bus...@apache.org>
Authored: Sat Jul 29 01:41:26 2017 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Sat Jul 29 01:41:26 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/6b84879c/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 43108a3..8310ad6 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -107,6 +107,10 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
       }
     }
     stage ('yetus general check') {
+      when {
+        // temp disable so we can figure out what's going on in jdk builds
+        expression { false }
+      }
       environment {
         // Should be things that work with multijdk
         TESTS = 'all,-unit,-findbugs'

Reply via email to