webartoli / hudson-tray-tracker

Automatically exported from code.google.com/p/hudson-tray-tracker
0 stars 0 forks source link

Menu item "View console output" #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a build failed developer usually needs to look first not at the project 
page (e.g. http://hudson.test.net/job/project1/) but the console output of 
the build to see the failure cause. In http://code.google.com/p/hudson-
eclipse/ this feature is implemented as menu item "View console output" which 
then opens "Raw Console Output" for the latest build (URL: http://
hudson.test.net/job/project1/lastBuild/consoleText). I think this could be a 
valuable feature for the HTT as well.

Original issue reported on code.google.com by giter...@gmail.com on 24 Mar 2009 at 7:19

GoogleCodeExporter commented 9 years ago
That sounds to be a useful feature. I will have a look at how it is implemented 
in
Hudson Eclipse.

Original comment by Alexis.S...@gmail.com on 26 Mar 2009 at 6:31

GoogleCodeExporter commented 9 years ago
Implemented:
  - in the context menu, added an item "View console output"
  - if the last build was a failure, double-clicking the project open the console
output instead of the project page.

Original comment by Alexis.S...@gmail.com on 27 Mar 2009 at 9:08