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 you have a build matrix.
There are many approaches to achieve your goal but I think you would have to elaborate a bit more which requirements and dependencies you have in order to run an assembly build Take care Jan Am Freitag, 7. Dezember 2012 06:36:08 UTC+1 schrieb 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 specify a condition for the Build Step "repository > changed"? > > --- > Regards, > Ivan Kharin >