Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-70144

Latest JUnit plugin version 1160 does not support hyperlinks in XML

XMLWordPrintable

      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.

            pjhampton pete hampton
            ingo_kuehn Ingo Kuehn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: