Change By: stevengbrown (03/Jan/14 8:45 AM)
Description: For example:
http://localhost:8080/job/frog/11/console?elapsed=01:21

...could open the console at the line that was logged 1 hour 21 minutes after the build started.

It is already possible to add anchor names into the time-stamp format, but this has several drawbacks:
- There is no way to differentiate between multiple lines with the same time-stamp.
- When opening the link, the breadcrumb bar appears on top of the target line.
- Not all lines are displayed at the /console URL, and so some anchor links have no effect unless using the /consoleFull URL.

An implementation using query parameters could provide a better user experience.

Perhaps on offset could be used to distinguish between multiple lines with the same time-stamp, e.g.
http://localhost:8080/job/frog/11/console?elapsed=01:21
http://localhost:8080/job/frog/11/console?elapsed=01:21+1
http://localhost:8080/job/frog/11/console?elapsed=01:21+2

Raised in response to JENKINS-21171.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to