Hello all, We are working on a large project which have been categorized into different modules and libraries. Currently we have decided to use CI and of course Jenkins, but we are stuck on how to structure these builds. Our modular architecture has the following structure:
- core - management - scripts - services - server - integration The project is flexible enough for developers to write in different languages they are comfortable with. This hence requires different builds and package structure. I'll appreciate ideas and suggestions on how to layout the build jobs. Kind regards