Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

To integrate Keith answer: you have to notify continuum using the XML-RPC interface.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top