Re: New to Jenkins - need help

2012-12-07 Thread Les Mikesell
On Fri, Dec 7, 2012 at 1:46 AM, Ivan Kharin wrote: > > Sorry, but this solution does not suit me. > Assembling one product can take about an hour. > Last duration for some libraries: 9 min, 14 min, 26 min, 33 min > > I want to run the assembly of the product on demand - and with all the > necessar

Re: New to Jenkins - need help

2012-12-07 Thread Jan Seidel
Well, there is a plugin available that lets you define which changes may trigger and which not. That way should you always have a recent set of libraries available when starting a bulld. You can also use the join plugin if certain libraries must be built before the assembly build is spawned or y

Re: New to Jenkins - need help

2012-12-07 Thread Josselin Pierre
In this case, you can configure the Product jobs to trigger the Library jobs, using "Trigger/call on other projects" build step. And in the Library jobs, uses the path ignore plugin : https://wiki.jenkins-ci.org/display/JENKINS/Pathignore+Plugin By using the "Do not build if only specified paths h

Re: New to Jenkins - need help

2012-12-06 Thread Ivan Kharin
> > > One possible configuration is : one Jenkins jobs for each library, one > Jenkins jobs for each product. > Then, for each library : > - Poll SCM to check if changes happened > - Build the library > - Trigger the builds of the product that relie on this library. > > For each product : > - Ret

Re: New to Jenkins - need help

2012-12-06 Thread Josselin Pierre
Hi, Usually, it's done the other way round. One possible configuration is : one Jenkins jobs for each library, one Jenkins jobs for each product. Then, for each library : - Poll SCM to check if changes happened - Build the library - Trigger the builds of the product that relie on this library. Fo

Re: New to Jenkins - need help

2012-12-06 Thread Bharathi Ramalingam
You should take a look at SCM poll and build trigger when scm changes. On Friday, December 7, 2012 11:06:08 AM UTC+5:30, Ivan Kharin wrote: > > I'm new to Jenkins. > I have 20 libraries as separate jobs. > And 15 products, each of which depends on a subset of these libraries. > I can not understan

New to Jenkins - need help

2012-12-06 Thread Ivan Kharin
I'm new to Jenkins. I have 20 libraries as separate jobs. And 15 products, each of which depends on a subset of these libraries. I can not understand how I obtain needed result: Before building the product, automatically start building only those libraries that have been changed. Is it possible to