Build and Deploy
Get a insight how the solution gets tested, built and deplpyed and the configuration option of the pipeline.
Gitlab CE is used for the ssob-sdo pipeline. The pipeline creates all needed files, docker images, helm charts to deploy, test and run a solution into one or more Solution Enoys.
Groups
During installation process, two groups are created in GitLab.
managed-solutionssystemGroup managed solutions
Each solution created within the Solution Designer will lead to one git project in the
managed-solutionsgroup. InSettings->CI/CDall variables needed for the pipeline configration can be found. The CI/CD variables are created/updated during the installation process ofssob-sdohelm chart.Group system
The
systemgroup contains the projectpripeline-fragments. This project defines the stages and steps of the pipeline. New stages (for deploying additional Solution Enoys) can be configured in this GitLab project (see pipeline configuration).