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/08/21 03:30:00 UTC

hbase git commit: HBASE-18467 delete result files from prior runs.

Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 8e76d38b1 -> 61c292496


HBASE-18467 delete result files from prior runs.


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

Branch: refs/heads/HBASE-18467
Commit: 61c292496bf6383364a78f49c8b78942121f08f3
Parents: 8e76d38
Author: Sean Busbey <bu...@apache.org>
Authored: Sun Aug 20 22:29:46 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Sun Aug 20 22:29:46 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/61c29249/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index b9e283e..b63a77f 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -129,6 +129,7 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
         unstash 'yetus'
         // TODO should this be a download from master, similar to how the personality is?
         sh '''#!/usr/bin/env bash
+          rm -f "${OUTPUTDIR}/success" "${OUTPUTDIR}/failure"
           declare commentfile
           if "${BASEDIR}/dev-support/hbase_nightly_yetus.sh" ; then
             commentfile="${OUTPUTDIR}/success"
@@ -175,6 +176,7 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
             TESTS+=",findbugs"
           fi
           declare commentfile
+          rm -f "${OUTPUTDIR}/success" "${OUTPUTDIR}/failure"
           if "${BASEDIR}/dev-support/hbase_nightly_yetus.sh" ; then
             commentfile="${OUTPUTDIR}/success"
             echo '(/) *{color:green}+1 jdk7 checks{color}*' >> "${commentfile}"
@@ -235,6 +237,7 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
         unstash 'yetus'
         sh '''#!/usr/bin/env bash
           declare commentfile
+          rm -f "${OUTPUTDIR}/success" "${OUTPUTDIR}/failure"
           if "${BASEDIR}/dev-support/hbase_nightly_yetus.sh" ; then
             commentfile="${OUTPUTDIR}/success"
             echo '(/) *{color:green}+1 jdk8 checks{color}*' >> "${commentfile}"
@@ -315,6 +318,7 @@ curl -L  -o personality.sh "${env.PROJET_PERSONALITY}"
         }
         // expectation check largely based on HBASE-14952
         sh '''#!/bin/bash -e
+          rm -rf "${env.WORKSPACE}/src_tarball_success" "${env.WORKSPACE}/src_tarball_failure"
           echo "Checking against things we don't expect to include in the source tarball (git related, hbase-native-client, etc.)"
           cat >known_excluded <<END
 Only in .: .git