I'm trying to ease transition our build test process to Jenkins. To date,
everything is manual. Our final checkout is an integration test that runs as
to processes and their startup has an order dependency. Both proccesses never
exit in a success case...they have to be killed.
I have the fol
Hi folks,
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 co
Thanks for the tips. I did a search and it appears build flow is a plugin. I
will check that out.
Sounds like you are not 100% sure on the many project approach. Can you
elaborate a bit on the trades you considered for that approach vs. wrapping
many projects into a few jobs?
Thanks again,
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 e