Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
ssh slave ubuntu 10.04
tasks plugin 4.44
plot plugin 1.9
Description
When I click within the plot area of the Open Task Trend graph on the page of a jenkins job, the link takes me to:
http://<ip_address>/job/<job_name>/<ip_address>/job/<job_name>/<build_number>/tasksResult/NORMAL
This gives me HTTP Error 404 because there is an unnecessary <ip_address>/job/<job_name>/ added to the link.If the additional "<ip_address>/job/<job_name>/ " is removed, the link works.
Links from other trend graphs for the same job work fine (GNU Make + GNU C Compiler, Doxygen Warnings, Cppcheck, SLOCCount and Test Result)
Is this still a problem? I recently added a test case that verifies these links to our acceptance test suite. Please reopen if still present.