-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins 2.361.2
Up to version 1159, we used HTML links to logs in XML for JUnit like:
<?xml version="1.0" encoding="UTF-8"?>
<testsuite name="<SUITE>" tests="1">
<testcase classname="AllTests" name="<testname>" time="300">
<system-out>https://<ourjenkinsserver>/job/.../<revision>/artifact/runs/<path>/testrun.log.html</system-out>
</testcase>
</testsuite>
Now, this is not seen as a hyperlink anymore. Pls fix or suggest a workaround.