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/03/01 22:41:56 UTC

hbase git commit: HBASE-18467 addendum have to have the scm prior to using it for machine stats on the source tarball task.

Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 7813596f6 -> 78761825b


HBASE-18467 addendum have to have the scm prior to using it for machine stats on the source tarball task.


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

Branch: refs/heads/HBASE-18467
Commit: 78761825ba14d73543c52870920f52f4236de005
Parents: 7813596
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Mar 1 16:41:37 2018 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Mar 1 16:41:37 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/78761825/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 4debf55..7ef0711 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -401,13 +401,13 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
               rm -rf ".m2-for-repo" && mkdir ".m2-for-repo"
               rm -rf ".m2-for-src" && mkdir ".m2-for-src"
 '''
+            dir('component') {
+              checkout scm
+            }
             sh '''#!/usr/bin/env bash
               rm -rf "output-srctarball/machine" && mkdir "output-srctarball/machine"
               "${BASEDIR}/dev-support/gather_machine_environment.sh" "output-srctarball/machine"
 '''
-            dir('component') {
-              checkout scm
-            }
             sh """#!/bin/bash -e
               if "${env.BASEDIR}/dev-support/hbase_nightly_source-artifact.sh" \
                   --intermediate-file-dir output-srctarball \