Yesterday, I presented on “Making CD happen” at the ThoughtWorks Talks Tech March 2019 edition at the ThoughtWorks Singapore office
.I use slides to support my message, so there is sometimes context around the various slides.
Over the past few years, organisations have been increasingly recognising that along with governance and project management (read, scrum), they need to pay attention to engineering practices too. The result has been an increasting move to achieve Continuous Delivery (or “CI/CD” as it is unfortunately often also known).
The reality is that the IT budget went into expensive scrum and “CI/CD” tool implementations, dedicated staff, and so on.
With a plethora of tools and consultants, lots of tutorials and IT budgets assigned to such initiatives, there are a lot of implementations out there which are not yet delivering results.
- There are still defects in production
- There is a lot of wait-time between code-commit to go-live
- Triaging defects continues to take time
- Integration between workstreams continues to be risky
- Fixing a defect doesn’t guarantee that nothing else got broken
- Changes pushed to prod often leads to failures
- What works in one environment doesn’t work in others