Build Page Improvements
Concourse v3.6.0 comes with two new features on the build output page: timestamps and keyboard shortcuts.
Timestamps and Output Sharing
When looking at the build page, you will now see timestamps reported against each line of output using your browser’s reported timezone. As you hover over the timestamp, you can select single line of output or you can SHIFT select multiple lines of output. You’ll also notice that the build page URL is updated to reflect the lines you have selected. You can use this URL to share specific build outputs with your team members.
This feature addresses issue #361, #838 and #1423. Thank you for your patience!
Keyboard Shortcuts
The build page also supports basic vim-style keyboard shortcuts as well. You can bring up a handy reference menu using ?
or SHIFT + /
if you’re really having trouble finding it.
The supported keyboard shortcuts are:
h
andl
for previous / next buildj
andk
for scrolling up and downT
to trigger a new buildA
to abort the buildgg
to scroll back to the top of the pageG
to scroll to the bottom of the page?
to toggle the keyboard hint on and off
This feature closes out issue #439