CI CD PIpeline downline

I am working on a Django project with a CI/CD pipeline implemented using Jenkins. When I add a new library to my code and update requirements.txt, pulling these changes through the CI/CD pipeline and running requirements.txt causes downtime while the new libraries are being installed.

Back to Top