views:

104

answers:

4

Hy, I want to use Hudson together with darcs (a scm).

Is there a plugin which adds Darcs-Support to Hudson? I found no reference on the Pluginlist of Hudson, so has anybody found a plugin? I know I could write my own plugin but if somebody else has done this already I can save the time...

Thanks!

A: 

There is no Darcs plugin for Hudson.

Michael Donohue
+2  A: 

Nope, Darcs isn't supported so far by Hudson. So you have 3 options:

  • Use another supported SCM
  • Use another Continuous Integration server with Darcs support (e.g. Cruise Control)
  • Implement an Hudson plugin for Darcs :)
Pascal Thivent
Thanks, but Cruise Control offers less comfort as you have to write the project-definition from scratch and not using a web-gui. But its an alternative, you're right!
theomega
A: 

I'm alos interested in a Darcs plugin for hudson.

Weltraumschaf