Auto discover projects in continous integration Tools
Posted
by vmiazzo
on Stack Overflow
See other posts from Stack Overflow
or by vmiazzo
Published on 2010-05-31T10:20:53Z
Indexed on
2010/05/31
10:22 UTC
Read the original article
Hit count: 196
We have a code base composed of many projects. Currently each time we add a project on SVN we must reconfigure CruiseControl to start build and test on such project.
I'm looking for a tool (better if open source) able to scan the SVN repository and find new projects by itself. A project can be "a SVN folder containing trunk, tags, branches subfolders".
Even better if the tool supports multistaged continous integration and build on demand.
Thanks
© Stack Overflow or respective owner