Repository: hbase Updated Branches: refs/heads/HBASE-18467 26eb5a2c2 -> 752c5e59a
WIP fixing syntax. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/752c5e59 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/752c5e59 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/752c5e59 Branch: refs/heads/HBASE-18467 Commit: 752c5e59ad9976a502bf33288974b8c9df55a1bb Parents: 26eb5a2 Author: Sean Busbey <[email protected]> Authored: Wed Aug 9 00:58:31 2017 -0500 Committer: Sean Busbey <[email protected]> Committed: Wed Aug 9 00:58:31 2017 -0500 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/752c5e59/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index f87f951..a2f3228 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -129,16 +129,16 @@ 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 """ - declare commentfile - if "${env.BASEDIR}/dev-support/hbase_nightly_yetus.sh" ; then - commentfile='${env.OUTPUTDIR}/success' - echo '(/) *{color:green}+1 general checks{color}*' >> "${commentfile}" - else - commentfile='${env.OUTPUTDIR}/failure' - echo '(x) *{color:red}-1 general checks{color}*' >> "${commentfile}" - fi - echo '-- For more information [see general report|${env.BUILD_URL}/General_Nightly_Build_Report/]' >> "${commentfile}" -""" + declare commentfile + if "${env.BASEDIR}/dev-support/hbase_nightly_yetus.sh" ; then + commentfile='${env.OUTPUTDIR}/success' + echo '(/) *{color:green}+1 general checks{color}*' >> "${commentfile}" + else + commentfile='${env.OUTPUTDIR}/failure' + echo '(x) *{color:red}-1 general checks{color}*' >> "${commentfile}" + fi + echo '-- For more information [see general report|${env.BUILD_URL}/General_Nightly_Build_Report/]' >> "${commentfile}" + """ } post { always { @@ -183,7 +183,6 @@ curl -L -o personality.sh "${env.PROJET_PERSONALITY}" echo '(x) *{color:red}-1 jdk7 checks{color}*' >> "${commentfile}" fi echo '-- For more information [see jdk7 report|${env.BUILD_URL}/JDK7_Nightly_Build_Report/]' >> "${commentfile}" -""" """ } post { @@ -244,7 +243,7 @@ curl -L -o personality.sh "${env.PROJET_PERSONALITY}" echo '(x) *{color:red}-1 jdk8 checks{color}*' >> "${commentfile}" fi echo '-- For more information [see jdk8 report|${env.BUILD_URL}/JDK8_Nightly_Build_Report/]' >> "${commentfile}" -""" + """ } post { always {
