Neil
Neil

Reputation: 11889

can I create a dashboard of failed builds in Hudson?

I want to create a view of all the (currently) failing builds. The regex field in view creation only supports the name, not the build status.

I've looked at Radiator but it doesn't work on our (old) Hudson.

Can anyone help me?

Upvotes: 2

Views: 182

Answers (2)

Tom
Tom

Reputation: 4782

If you are after a radiator, then I think CI-Eye will talk to an older Hudson, depending how old it is.

Give it a try and let me know. I'm the project owner, so I can probably fix it for you.

CI-Eye screenshot

Upvotes: 0

VonC
VonC

Reputation: 1324723

There is a View Job Filter plugin, which does provide a filter on Job status:

Job Statuses Filter

But it remains to be seen if it can be adapted to your (old) Hudson.

Upvotes: 0

Related Questions