HBASE-20379 shadedjars yetus plugin should add a footer link

Signed-off-by: Mike Drob <mdrob@apache.org>
This commit is contained in:
Sean Busbey 2018-04-12 16:31:24 -05:00 committed by Sean Busbey
parent a5408820b5
commit 2f74afd6f4
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ function shadedjars_rebuild
count=$(${GREP} -c '\[ERROR\]' "${logfile}") count=$(${GREP} -c '\[ERROR\]' "${logfile}")
if [[ ${count} -gt 0 ]]; then if [[ ${count} -gt 0 ]]; then
add_vote_table -1 shadedjars "${repostatus} has ${count} errors when building our shaded downstream artifacts." add_vote_table -1 shadedjars "${repostatus} has ${count} errors when building our shaded downstream artifacts."
add_footer_table shadedjars "@@BASE@@/${repostatus}-shadedjars.txt"
return 1 return 1
fi fi