See comments inline On Tue, Oct 28, 2014 at 2:41 PM, Matt Klein <[email protected]> wrote:
> Hi All, > > I'm interested incorporating Jenkins into our build process. Our current > build is comprised of 100's of libraries and executables for many different > target platforms. I'm struggling with how to structure this in Jenkins. > > > - Should every library/executable have a corresponding job entry in > Jenkins? > > I would say yes > > - Can I use job dependencies to order the build process? > > Yes, you could, but I would recommend using build flow, it allows you greater control > > - How would I kick off a build to do everything if it's broken up into > many jobs? > > Build flow would be easy for this. > Thanks, > Matt > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Website: http://earl-of-code.com -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
