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:
- Fork a github repository, clone it and exercise the application locally.
- Define a pipeline with a job to build the app and store the generated artifacts.
- Store secrets in CredHub.
- Add a trigger so that the job runs each time a new commit is made.
- Learn how to tell Concourse to cache artifacts to speed up your build.
- Use
fly intercept
to diagnose a failing build. - Learn about rudder a DSL for Concourse.
Under construction
This section of the course has not yet been fleshed out. Stay tuned.