Kihwal Lee created HADOOP-8548:
----------------------------------
Summary: test-patch.sh shows an incorrect link in Jekins builds
Key: HADOOP-8548
URL: https://issues.apache.org/jira/browse/HADOOP-8548
Project: Hadoop Common
Issue Type: Bug
Components: build
Reporter: Kihwal Lee
Precommit builds show an incorrect link for javac warnings.
{noformat}
Javac warnings:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2539//artifact/trunk/trunk/patchprocess/diffJavacWarnings.txt
{noformat}
Note that 'trunk' appears twice. Do we need $(basename $BASEDIR) in the
following? Other places don't have it.
{code:title=test-patch.sh}
JIRA_COMMENT_FOOTER="Javac warnings: $BUILD_URL/artifact/trunk/$(basename
$BASEDIR)/patchprocess/diffJavacWarnings.txt
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira