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!

link|improve this question

feedback

5 Answers

up vote 4 down vote accepted

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 :)
link|improve this answer
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 Sep 24 '09 at 13:27
feedback

I just began to play around with Java. I try to make a Darcs plugin for Hudson. You can join on GitHub.

link|improve this answer
1  
I just finished version 0.2.2 of hudson-darcs plugin. It checks out a repo and make change viewable (file add, remove, modify and move) in hudson builds and project summary. I work hard on getting it unittested abd integration of darcsweb. – Weltraumschaf Feb 8 '11 at 18:47
feedback

Buildbot comes with darcs support: http://buildbot.net/buildbot/docs/current/Darcs.html#Darcs

link|improve this answer
feedback

There is no Darcs plugin for Hudson.

link|improve this answer
feedback

There is a newly developed darcs plugin for hudson/jenkins. See the darcs plugin homepage.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.