Hi,

> Newbie here looking to use jenkins to manage our build process.  I'm 
> attempting to follow jenkins best practices.  One specific thing I'm 
> wondering is how to set up my build dependencies or pipeline.  We have a 
> layered architecture which consists of many libraries (around 20) and a 
> couple of executables.  So we have layers of compilation dependencies but 
> really at link time i just have two stages, libraries and binaries.  My 
> question is should my jenkins job dependencies reflect the compile time 
> dependencies or just the link time dependencies?  

> The source is a mix of c and c++.

Typically I don't declare any job dependencies there. Each project can
be built and tested on its own, and the projects using the libraries
would use the results from the last successful build, so you still get
the maximum coverage if a library breaks.

   Simon

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5648AF4E.3090605%40hogyros.de.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to