3

I'm looking at Assembla and considering signing up for a monthly subscription. I am currently developing web applications in Java and I've set up builds in Hudson for all of my projects and libraries.

Is it possible to set up communication between Assembla and Hudson in some way, so that the build statuses are shown in an Assembla space? I don't need any Assembla->Hudson triggers as my Hudson instance will poll the repository itself.

Thanks in advance.

John
  • 2,571
  • 6
  • 32
  • 40
  • have you found an answer somewhere? I can't find a way to make Hudson access my private SVN repository on Assembla - I guess because of this issue: http://issues.hudson-ci.org/browse/HUDSON-6392 – Alex Jan 17 '11 at 13:45
  • I would like to know if there is any updates about that? Regards – xavier.seignard Jan 17 '11 at 13:45
  • You should be able to connect to svn via the subversion plugin including adding authentication. If you need to connect to multiple assembla svn repositories with different credentials use svn.assembla.com and subversion.assembla.com - at least that gets you two creds, but multiple repos with same creds will work fine. – Michael Oct 28 '12 at 20:19

1 Answers1

1

I started to investigate myself and it works pretty well and almost seamlessly. Have a look at this discussion there : http://forum.assembla.com/forums/1-Tools/topics/2860-Assembla-+-git-+-Hudson

xavier.seignard
  • 11,254
  • 13
  • 51
  • 75