Live is streaming live. Watch now.

Continuous Integration and Delivery

VMware Tanzu Labs

Automate everything. Any time we have manual processes or required intervention, we have friction in the machinery that allows us to release fast at a moment’s notice. There are many tools to support continuous build, integration, and delivery of software, and your company may already have selected the tools to use. This is usually the Jenkins or Concourse CI platforms but can include Atlassian Bamboo, or cloud build provides such as CircleCI, TravisCI, or Oracle Container Pipelines.

While we can work with many of these tools, Concourse provides one of the purest abstractions of declarative pipelines and is our preferred tool when there is no solution in place. It is beneficial to run through the Learning Concourse tutorial to understand the core tenets of building with pipelines checked into your source control along with your application. Even if you end up building your applications with Jenkins or another tool, Concourse’s core concepts are great for discussing the various challenges and solutions to continuous software delivery.

Homework

Additional resources