Skip to content

About

In this section you get a chance to apply the Concourse basics you just finished learning towards a specific use-case.

We assume a development team is maintaining a Spring Boot Java application built with gradle.

The labs in this section will step you through a sequential flow, in which you will:

  1. Fork a github repository, clone it and exercise the application locally.
  2. Define a pipeline with a job to build the app and store the generated artifacts.
  3. Store secrets in CredHub.
  4. Add a trigger so that the job runs each time a new commit is made.
  5. Learn how to tell Concourse to cache artifacts to speed up your build.
  6. Use fly intercept to diagnose a failing build.
  7. Learn about rudder a DSL for Concourse.

Under construction

This section of the course has not yet been fleshed out. Stay tuned.