Re: very similar jobs as separate jobs

2012-07-06 Thread Bram de Jong
On Tue, Jun 19, 2012 at 8:50 PM, Sami Tikka sjti...@gmail.com wrote: So, you have a number of jobs that are mostly identical but there's a little bit that should work differently for them. To me this sounds like a perfect case of multi-configuration job.

very similar jobs as separate jobs

2012-06-15 Thread Bram de Jong
of tests. How can I set this up easily in jenkins without having to write those first steps over and over again? thx! - bram -- Bram de Jong - CTO SampleSumo BVBA, Wiedauwkaai 23 G, B-9000 Ghent, Belgium Web: http://www.samplesumo.com Twitter: http://twitter.com/SampleSumo Facebook: http

(new here) applying Jenkins on our complex code base

2012-06-04 Thread Bram de Jong
built around the idea of each app having a separate workspace? A lot of questions, ... - Bram -- Bram de Jong - CTO SampleSumo BVBA, Wiedauwkaai 23 G, B-9000 Ghent, Belgium Web: http://www.samplesumo.com Twitter: http://twitter.com/SampleSumo Facebook: http://facebook.com/SampleSumo Phone: +32

Re: (new here) applying Jenkins on our complex code base

2012-06-04 Thread Bram de Jong
My initial guess on how to solve this: * put each of the repo's in a job that *only fetches* the repo into a shared directory and doesn't do anything else. I'd think in terms of jobs that build components and applications, not so much in relationships to repositories. The problem is that