lucamilanesio
lucamilanesio

Reputation: 306

How to access Hudson CI from a mobile device like the iPhone or iPad?

I really like Hudson CI and I do think it is the most useful and effective piece of software ever made for the Agile Application Lifecycle :-)

Anyway if the CI become unstable, the development is going to be really compromised, so keeping an eye on it is CRUCIAL !

Does anybody know about an effective solution for always monitoring it while you are "on the road" ? (maybe using your iPhone or iPod)

Upvotes: 1

Views: 279

Answers (3)

Simon
Simon

Reputation: 31

Have you seen: http://wiki.hudson-ci.org/display/HUDSON/HudsonMobi%252C+the+iPhone+client+for+Hudson+CI+monitoring It provides a lot of views and features.

Upvotes: 3

gareth_bowles
gareth_bowles

Reputation: 21140

Hudson has an iPhone view plugin to format the Hudson web pages in a much more friendly format.

As well as email as suggested by @harschware, you could also use the Hudson Jabber plugin to send instant messages to your mobile device.

Upvotes: 2

harschware
harschware

Reputation: 13414

If you just want to check status configure it to email you when there is build failures. As for being able to view the dashboard via a browser, iPhone/iPad have web browsers.

Upvotes: 1

Related Questions