As organizations adopt continuous integration/continuous delivery (CI/CD) into their software practives, it often stops at building artifacts and running test suites. In the typical enterprise, there are many mory processes surrounding a software release such as change management and product management sign-off. Integrating these buisness processes into CI/CD pipelines allows software teams to spend more time delivering value to customers and less time filling out paperwork.
In this session, you will follow a software development team in Red Hat IT as they journeyed to fully integrate business processes into their CI/CD pipeline.
You will learn how to:
* Integrate code quality checks into your pipeline
* Automate project management processes
* Adapt change management processes to more frequent software releases
* Use a single pipeline to follow code from initial commit to production