You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2017/04/12 13:49:10 UTC

[25/35] ambari git commit: AMBARI-20741. Hadoop QA should directly link to Maven output if build fails

AMBARI-20741. Hadoop QA should directly link to Maven output if build fails


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

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: dc180f693f13113fc2d27c5587fa12fe1f2e5044
Parents: 4d297f5
Author: Attila Doroszlai <ad...@hortonworks.com>
Authored: Wed Apr 12 11:39:54 2017 +0200
Committer: Attila Doroszlai <ad...@hortonworks.com>
Committed: Wed Apr 12 14:17:20 2017 +0200

----------------------------------------------------------------------
 dev-support/test-patch.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/dc180f69/dev-support/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh
index 9b6d83e..934e092 100755
--- a/dev-support/test-patch.sh
+++ b/dev-support/test-patch.sh
@@ -267,7 +267,7 @@ prebuildWithoutPatch () {
     echo "Top-level trunk compilation is broken?"
     JIRA_COMMENT="$JIRA_COMMENT
 
-    {color:red}-1 patch{color}.  Top-level trunk compilation may be broken."
+    {color:red}-1 patch{color}.  Top-level [trunk compilation|$BUILD_URL/artifact/patch-work/trunkJavacWarnings.txt] may be broken."
     return 1
   fi
 
@@ -390,7 +390,7 @@ checkJavacWarnings () {
   if [[ $? != 0 ]] ; then
     JIRA_COMMENT="$JIRA_COMMENT
 
-    {color:red}-1 javac{color}.  The patch appears to cause the build to fail."
+    {color:red}-1 javac{color}.  The patch appears to cause the [build to fail|$BUILD_URL/artifact/patch-work/patchJavacWarnings.txt]."
     return 2
   fi
   ### Compare trunk and patch javac warning numbers