Hi,
I intend to create a Jenkins pipeline for a Jmix Composite project. There are 3 components in this project: ‘all’ - that is the aggregating subproject, that combines all the other projects into a single one. There is a ‘main’ project, that runs the application itself and there is an add-on, names ‘test-addon’ that is linked to the ‘main’ project.
What is the best practice to upload this project into Jenkins? In which project should I focus on for this purpose? Should I add the jenkinsfile to the ‘all’ or the ‘main’ one or simply just add it to the root folder of these 3 projects? Is there any documentation available regarding this topic?
Thanks,
Peter