I had never tried Continuum as a build server until recently when a project required it. I appreciate the integration with Maven builds however I have been unable to find a way to have Continuum build my projects on every Subversion commit (like CruiseControl).
There are several issue/bugs reported related to this topic of triggering builds from the configured SCM … but all seem to be closed citing duplicate issues. Has anyone gotten this to work or have any advice on how to implement it?
Thank you.
Typically, I use the post-commit hooks in svn to invoke a command or post to an url. This is pretty much how everything integrates with svn.