I use one job per project, and use NuGet (http://nuget.org/) to store
artifacts and depend on them. There is no auto dependency feature for
triggering dependency jobs. I've manually set them up.

On Mon, Oct 8, 2012 at 12:33 AM, Kenneth <kenneth.f.niel...@gmail.com>wrote:

> I'm trying to setup jenkins to monitor a solution with C++ and C# in
> multiple solutions, but in one repository.
> (VS 2005 and .NET 2.0)
>
> How should I configure jenkins to build and test it?
>
> my suggested alternatives are:
> a) one job for each solution? - rather large jobs
> b) one job for each project? - many jobs. How do I handle the project
> interdependencies?
>
> I've been looking at this for quite a while...
> I prefer b, but have been stuck on msbuild v.2.n and cannot figure out how
> to handle references between projects..
> (There must be someone outthere that know how to build 2 c# projects with
> jenkins, one that uses the other)
>
> thanks.
>

Reply via email to