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 2017/07/31 17:12:17 UTC

hbase git commit: WIP addendum to set jdk version.

Repository: hbase
Updated Branches:
  refs/heads/HBASE-14220 7042433ca -> d2056420b


WIP addendum to set jdk version.


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

Branch: refs/heads/HBASE-14220
Commit: d2056420b4fdb1f3746f86ddda4416ea4b3db9b2
Parents: 7042433
Author: Sean Busbey <bu...@apache.org>
Authored: Mon Jul 31 12:10:49 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Mon Jul 31 12:10:49 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/d2056420/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 0f3e3d3..c830008 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -250,8 +250,11 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
     stage ('create source tarball') {
       tools {
         maven 'Maven (latest)'
+        // this needs to be set to the jdk that ought to be used to build releases on the branch the Jenkinsfile is stored in.
+        jdk "JDK 1.8 (latest)"
       }
       steps {
+        sh 'mvn --version --offline'
         dir ("component") {
           sh '''#!/bin/bash -e
             echo "Clean..."