Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 926c8aaa5 -> 10c2e559f


HBASE-18467 WIP


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

Branch: refs/heads/HBASE-18467
Commit: 10c2e559fdd58c5daaa9e7e69680b4c7c8ca5f78
Parents: 926c8aa
Author: Sean Busbey <bus...@apache.org>
Authored: Thu Aug 10 15:48:58 2017 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Thu Aug 10 15:48:58 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/10c2e559/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 797b2f3..7207ab3 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -131,10 +131,10 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
         sh '''#!/usr/bin/env bash
           declare commentfile
           if "${BASEDIR}/dev-support/hbase_nightly_yetus.sh" ; then
-            commentfile='${OUTPUTDIR}/success'
+            commentfile="${OUTPUTDIR}/success"
             echo '(/) *{color:green}+1 general checks{color}*' >> 
"${commentfile}"
           else
-            commentfile='${OUTPUTDIR}/failure'
+            commentfile="${OUTPUTDIR}/failure"
             echo '(x) *{color:red}-1 general checks{color}*' >> 
"${commentfile}"
           fi
           echo '-- For more information [see general 
report|${BUILD_URL}/General_Nightly_Build_Report/]' >> "${commentfile}"

http://git-wip-us.apache.org/repos/asf/hbase/blob/10c2e559/dev-support/hbase_nightly_yetus.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase_nightly_yetus.sh 
b/dev-support/hbase_nightly_yetus.sh
index cb74266..cd6c0d1 100755
--- a/dev-support/hbase_nightly_yetus.sh
+++ b/dev-support/hbase_nightly_yetus.sh
@@ -17,6 +17,7 @@
 # under the License.
 
 # fail fast
+mkdir -p "${OUTPUTDIR}"
 echo "placeholder" >> "${OUTPUTDIR}/console-report.html"
 exit 1772
 

Reply via email to