Actions
Bug #31428
closedMake last remote execution status clickable, leading to the last invocation
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
No
Description
Since #30966, the status can define a status_link method. It can return the url the status then links to. We should link to the last job invocation of the host.
To do that, we can find the job by the task id. Note that the specific status instance links to the last task, however we need to look to it's parent, which represents the overall job. We can then find the job by this parent task id. To use path helpers, we may need to include url helpers into the class.
Actions