-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
Platform: All, OS: All
In tests I work on, it is common to print URLs as part of the failure message or
stdout/stderr to refer the failure evaluator to some other resource, e.g. a wiki
page explaining why this test is significant, or a bug report, or even a
screenshot captured during the test:
Unfortunately, Hudson's web output does not hyperlink these URLs, so you have to
copy them and paste them into the Location bar. It would be nice if these were
automatically detected, and hyperlinked.
- is related to
-
JENKINS-59846 Hyperlink URLs in JUnit Test Report
-
- Open
-
Code changed in hudson
User: : jglick
Path:
trunk/hudson/main/core/src/main/java/hudson/util/HyperlinkingOutTag.java
trunk/hudson/main/core/src/main/resources/hudson/tasks/junit/CaseResult/index.jelly
trunk/hudson/main/core/src/test/java/hudson/util/HyperlinkingOutTagTest.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=16023
Log:
[FIXED JENKINS-3225] Hyperlink URLs in JUnit output.