• CD/CI: The Continuous Delivery and Integration Pipeline

    Nov 01, 2019 / admin
    What is CI/CD pipeline A continuous integration/continuous delivery pipeline gives you the ability to automate each phase of your software delivery process, by managing code builds, automating code quality- tests, keeping infrastructure consistent and deploying to an application development or production environments. Automated pipelines remove human errors, provide standardized development feedback loops and enable fast […]