You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do local development of the CI/CD setup. Giving self confidence to do refactorings and keep all the scripts clean.
Allow code review of changes to the installation. Enable anyone to contribute to an innovative build CI/CD process.
Manage different installations in different branches. Push to the branch of installation X and X will automatically be re-configured.
It also demonstrates a pattern where a "contract" is established between application repositories and the infrastructure. A jenkins-settings.json-file is created in the application repositories to tweak the build process. This means:
The pipeline code can be developed generically. Pipelines are not created to take care of a specific repo. Generic features are created, and documented, and the application developers chooses what features that should apply to thir repo. By editing /jenkins-settings.json in their repo. A default set of settings are derived and applied if no properties found in the repo.
The solution becomes scalable and can handle a vast amount of application repositories. With low effort needed for support.
Usage
Start Environment
docker-compose up -d
GitLab will be available in a few moments at https://localhost/ and you can login with credentials found here.