-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
ssh slave ubuntu 10.04
tasks plugin 4.44
plot plugin 1.9
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)