CI – and then what?
With the use of CI (continuous integration) and CD (continuous deployment), a software project is considered quite modern. However, when the project grows, you quickly realize that not all CI's are the same. How complex does troubleshooting become when the pipeline inexplicably fails? Can I simply generate the same increment locally? And how maintainable is my pipeline when it comes to integrating new components and extending the pipeline? This can quickly consume a lot of development time and slow down the actual product development.
Read article