Common scenario: your team maintains dozens of
There is more, you dream of being able to test your CI pipeline locally, instead of debugging in the CI server.
Am I right? Then, multistage docker builds are meant for you.
4 min read
#Docker #ContinuousIntegration
Jenkinsfile/.gitlab-ci.yml/whatever
, each one specific to its projects needs. You have tried to reuse these continuous integration scripts from one repo to another. But that is hard because each project has its own tech stack, versions, dependencies to other tools, etc.There is more, you dream of being able to test your CI pipeline locally, instead of debugging in the CI server.
Am I right? Then, multistage docker builds are meant for you.
4 min read
#Docker #ContinuousIntegration
ITNEXT
Shift your CI scripts to docker build
A better way to define your continuous integration pipeline