With earlier versions of Jenkins, we entered a little bit of Javascript into the "System Message" field of the "Configure System" page (http://localhost:8080/configure) and that would change the document title, making the web browser tab show something other than "Dashboard [Jenkins]". The Javascript we entered was: <SCRIPT type="text/javascript"> document.title = "Mark Waite Jenkins"; </SCRIPT> Unfortunately, with Jenkins 1.459 that no longer seems to work. It definitely worked with older versions, though I've not investigated to identify the specific version which first stopped working. Is there a better way to adjust the document title for the top Jenkins page? Thanks, Mark Waite