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

404 error when opening a test result

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • junit-plugin
    • None
    • junit-plugin 1.5

      Opening a test result with a empty className tag in junitReport.xml file results in a 404 page. For those, generated URL to open the test result page is lacking className. URL looks like this: http://JENKINS/job/junit/1/testReport/junit/(root)//testName/

      There's just '//' in place of /className/ in the URL. This causes PackageResult.getDynamic() to fail to lookup the TestResult.

            ydubreuil Yoann Dubreuil
            ydubreuil Yoann Dubreuil
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: