Completed
Demo-backward incompatible DB change
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Continuous Deployment of Your Application
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Concourse
- 3 Jenkins Job DSL
- 4 Jenkinsfile & Blue Ocean
- 5 Why do we deploy software?
- 6 Solution - fail fast
- 7 Generated test (producer)
- 8 Passing contract test (consumer)
- 9 Breaking contract (producer)
- 10 Generated test for deleting issues
- 11 Solution - application rollback
- 12 Demo-backward incompatible DB change
- 13 Problem - end to end tests
- 14 Solution - don't do E2E?
- 15 Problem - deployment to production
- 16 First Deployment
- 17 Spring Cloud Pipelines - CF example
- 18 Opinionated implementation
- 19 Customizing Spring Cloud Pipelines
- 20 Summary