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/02/27 20:46:57 UTC

hbase git commit: HBASE_18467 trying to diagnose source tarball always commenting as failure.

Repository: hbase
Updated Branches:
  refs/heads/HBASE-15151 495303421 -> e3fb7bf93


HBASE_18467 trying to diagnose source tarball always commenting as failure.


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

Branch: refs/heads/HBASE-15151
Commit: e3fb7bf93a1e45caa12a6d7c2965218068b857d0
Parents: 4953034
Author: Sean Busbey <bu...@apache.org>
Authored: Tue Feb 27 14:46:10 2018 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue Feb 27 14:46:10 2018 -0600

----------------------------------------------------------------------
 dev-support/Jenkinsfile                      | 4 ++--
 dev-support/hbase_nightly_source-artifact.sh | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e3fb7bf9/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 4f37ba6..694f468 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -402,10 +402,10 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           post {
             // This approach only works because the source release artifact is the last stage that does work.
             success {
-              writeFile file: "output-srctarball/commentfile", text: '(/) {color:green}+1 source release artifact{color}\n-- See build output for details.'
+              writeFile file: "output-srctarball/commentfile", text: '(/) {color:green}+1 source release artifact{color}\n-- See build output for details. 😃'
             }
             failure {
-              writeFile file: "output-srctarball/commentfile", text: '(x) {color:red}-1 source release artifact{color}\n-- See build output for details.'
+              writeFile file: "output-srctarball/commentfile", text: '(x) {color:red}-1 source release artifact{color}\n-- See build output for details. 🙁'
             }
             always {
               archive 'output-srctarball/*'

http://git-wip-us.apache.org/repos/asf/hbase/blob/e3fb7bf9/dev-support/hbase_nightly_source-artifact.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase_nightly_source-artifact.sh b/dev-support/hbase_nightly_source-artifact.sh
index 375d121..b334fa5 100755
--- a/dev-support/hbase_nightly_source-artifact.sh
+++ b/dev-support/hbase_nightly_source-artifact.sh
@@ -180,5 +180,4 @@ else
   echo "Building a binary tarball from the source tarball failed. see srtarball_install.log for details."
   exit 1
 fi
-
 # TODO check the layout of the binary artifact we just made.