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!

Community
  • 1
  • 1
theomega
  • 31,591
  • 21
  • 89
  • 127

5 Answers5

4

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
  • 562,542
  • 136
  • 1,062
  • 1,124
  • 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
2

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

Weltraumschaf
  • 408
  • 4
  • 17
  • 1
    I just finished version 0.2.2 of [hudson-darcs](https://github.com/Weltraumschaf/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](http://blitiri.com.ar/p/darcsweb/). – Weltraumschaf Feb 08 '11 at 18:47
2

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

L. Kolmodin
  • 476
  • 4
  • 13
1

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

Zooko
  • 2,342
  • 1
  • 18
  • 12
0

There is no Darcs plugin for Hudson.

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44