Jamie Cook
Jamie Cook

Reputation: 4525

How can I make the Hudson dashboard easier to see

We have a build server which is serving up Hudson results already.

These results are being displayed on a standalone screen in our development corner - it looks something like this: Our Current Setup

I would like to make these results easier to read... or rather, make failures harder to miss. Something like this: Buildey

I'm wondering if anyone has any good ideas on how to better visualise hudson test results. I could whip up some html/js to wrap around it but would prefer to find an off the shelf solution. Big red/green buttons which fill the screen are pretty much what I'm looking for.

Upvotes: 3

Views: 1010

Answers (3)

giacomelli
giacomelli

Reputation: 7417

Buildron is a good builds radiator option. It supports Hudson, Jenkins and TeamCity.

You can see the state of your builds in a 3D environment.

enter image description here

Upvotes: 1

Jamie Cook
Jamie Cook

Reputation: 4525

The eXtreme feedback panel plugin in @sdmythos_gr answer is actually inspired by the basic radiator plugin for hudson which does exactly what I want.

Radiator View Plugin

This is what I'm talking about

Upvotes: 1

sdmythos_gr
sdmythos_gr

Reputation: 5634

Take a look at the following plug in:

eXtreme Feedback Panel

You can create an extra View on the dashboard of Hudson that is not too far away from what you have in your picture... You can select the builds to add to the View and the will have a big Blue or Red Background making it easy to spot when everything turns Red!

Upvotes: 3

Related Questions