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/09/25 14:52:41 UTC

hbase git commit: HBASE-18467 remove tabs.

Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 fabff5aa2 -> 7b1264a91


HBASE-18467 remove tabs.


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

Branch: refs/heads/HBASE-18467
Commit: 7b1264a91825c2d47d876a29f87bc14d344e181b
Parents: fabff5a
Author: Sean Busbey <bu...@apache.org>
Authored: Mon Sep 25 09:52:22 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Mon Sep 25 09:52:22 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/7b1264a9/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 4cda58b..ad47608 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -383,7 +383,7 @@ END
            } else {
               comment += "(x) *{color:red}-1 overall{color}*\n"
               // Ideally get the committer our of the change and @ mention them in the per-jira comment
-              comment += "	Committer, please check your recent inclusion of a patch for this issue.\n\n"
+              comment += "    Committer, please check your recent inclusion of a patch for this issue.\n\n"
            }
            echo ""
            echo "[DEBUG] trying to aggregate step-wise results"
@@ -397,7 +397,7 @@ END
            }
         } catch (Exception exception) {
           echo "Got exception: ${exception}"
-          echo "	${exception.getStackTrace()}"
+          echo "    ${exception.getStackTrace()}"
         }
       }
     }