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/02 03:17:08 UTC

hbase git commit: HBASE-18467 addendum typo

Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 b0583d726 -> 13d1b4af9


HBASE-18467 addendum typo


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

Branch: refs/heads/HBASE-18467
Commit: 13d1b4af9dda9dcc22bbc06bcc2e772f5e276994
Parents: b0583d7
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Mar 1 21:16:54 2018 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Mar 1 21:16:54 2018 -0600

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/13d1b4af/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 6ae5d0a..41e9fef 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -463,7 +463,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
               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 +=----\ndetails (if available):\n\n"
+           comment += "----\ndetails (if available):\n\n"
            echo ""
            echo "[DEBUG] trying to aggregate step-wise results"
            comment += results.collect { fileExists(file: it) ? readFile(file: it) : "" }.join("\n\n")